Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Jul 12, 2024
1 parent 293478d commit 075ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/[email protected]

- name: Install python ${{ matrix.nox_session.python }} for tests
if: ${{ ! contains(fromJson('["3.13"]'), matrix.nox_session.python )) }}
if: ${{ ! contains(fromJson('["3.13"]'), matrix.nox_session.python ) }}
uses: MatteoH2O1999/[email protected] # actions/[email protected]
id: set-py
with:
Expand Down

0 comments on commit 075ebbb

Please sign in to comment.