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 6b86c86 commit 7407bd2
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/checkout@v4.1.1

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

0 comments on commit 7407bd2

Please sign in to comment.