Skip to content

Commit cd64438

Browse files
committed
fix syntax in ci.yaml
1 parent 082b9eb commit cd64438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: set PIP_NO_PYTHON_VERSION_WARNING environment variable for python 2
7777
shell: bash
7878
run: echo 'PIP_NO_PYTHON_VERSION_WARNING=1' >>$GITHUB_ENV
79-
if: 'matrix.python-version == 2.7 || matrix.python-version == pypy-2.7'
79+
if: ${{ matrix.python-version == '2.7' || matrix.python-version == 'pypy-2.7' }}
8080

8181
- uses: actions/setup-python@v5
8282
with:

0 commit comments

Comments
 (0)