Skip to content

Commit

Permalink
fix error 2
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalinaMykoliuk committed Dec 25, 2024
1 parent a78d1fc commit 635eeb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
call_generic_workflows:
uses: ./spotnet/.github/workflows/workflow.yml
uses: ./.github/workflows/workflow.yml@feature/create-generic-workflow
with:
matrix:
python-version: ["3.12"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
call_generic_workflows:
uses: ./spotnet/.github/workflows/workflow.yml
uses: ./.github/workflows/workflow.yml@feature/create-generic-workflow
with:
matrix:
python-version: ["3.12"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call_generic_workflows:
uses: ./spotnet/.github/workflows/workflow.yml
uses: ./.github/workflows/workflow.yml@feature/create-generic-workflow
with:
matrix:
python-version: ["3.12"]
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
python-version:
description: 'Python version to use'
required: true
default: '3.8'
default: '3.12'

jobs:
test:
Expand Down

0 comments on commit 635eeb5

Please sign in to comment.