Skip to content

Commit

Permalink
updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbc committed Jan 17, 2024
1 parent ccb10d1 commit 9bedb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- pull_request

env:
default-python: 3.10
default-python: '3.10'

jobs:
testing:
uses: quatrope/scikit-criteria/.github/workflows/tests.yml@3b8db7d7d3e43e363955cebc2ec65f9355c78e2f
uses: quatrope/scikit-criteria/.github/workflows/tests.yml@ccb10d1900e528cea481f170ad76cac2c15c283b
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
testing:
uses: quatrope/scikit-criteria/.github/workflows/tests.yml@3b8db7d7d3e43e363955cebc2ec65f9355c78e2f
uses: quatrope/scikit-criteria/.github/workflows/tests.yml@ccb10d1900e528cea481f170ad76cac2c15c283b

deploy:
needs: testing
Expand Down

0 comments on commit 9bedb7d

Please sign in to comment.