We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb52e2 commit a41f8aeCopy full SHA for a41f8ae
.github/workflows/test-python.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install dependencies
73
run: |
74
pip install -U pip
75
- if [ "${{ matrix.python-version }}" == "3.13" || "${{ matrix.python-version }}" == "3.13t" ]; then
+ if [[ "${{ matrix.python-version }}" == "3.13" || "${{ matrix.python-version }}" == "3.13t" ]]; then
76
pip install --pre cffi setuptools
77
pip install --no-build-isolation hatch
78
else
0 commit comments