We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293478d commit 075ebbbCopy full SHA for 075ebbb
1 file changed
.github/workflows/base.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: actions/checkout@v4.1.1
61
62
- name: Install python ${{ matrix.nox_session.python }} for tests
63
- if: ${{ ! contains(fromJson('["3.13"]'), matrix.nox_session.python )) }}
+ if: ${{ ! contains(fromJson('["3.13"]'), matrix.nox_session.python ) }}
64
uses: MatteoH2O1999/setup-python@v3.2.1 # actions/setup-python@v5.0.0
65
id: set-py
66
with:
0 commit comments