Skip to content

Commit

Permalink
Update pytest.yml pypy path
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 27, 2023
1 parent 0ebf6be commit e4e9ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set number of cores for compilation
run: |
echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV
- if: startsWith(${{ matrix.python-version }}, 'pypy')
- if: startsWith(matrix.python-version , 'pypy')
run: |
echo "PYTHON=pypy3" >> $GITHUB_ENV
Expand Down

0 comments on commit e4e9ef2

Please sign in to comment.