Skip to content

Commit 075ebbb

Browse files
author
Sylvain MARIE
committed
Fixed workflow
1 parent 293478d commit 075ebbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4.1.1
6161

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

0 commit comments

Comments
 (0)