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 082b9eb commit cd64438Copy full SHA for cd64438
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: set PIP_NO_PYTHON_VERSION_WARNING environment variable for python 2
77
shell: bash
78
run: echo 'PIP_NO_PYTHON_VERSION_WARNING=1' >>$GITHUB_ENV
79
- if: 'matrix.python-version == 2.7 || matrix.python-version == pypy-2.7'
+ if: ${{ matrix.python-version == '2.7' || matrix.python-version == 'pypy-2.7' }}
80
81
- uses: actions/setup-python@v5
82
with:
0 commit comments