We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d44831 commit 65bdb26Copy full SHA for 65bdb26
docs/advanced-usage.md
@@ -234,6 +234,7 @@ jobs:
234
with:
235
python-version: ${{ matrix.python-version }}
236
- name: Display Python version
237
+ if: ${{ python-version != 'pypy2.7' }} # in if statements, use single-quotes (not double-quotes) in expressions to test input `python-version`
238
run: python --version
239
```
240
0 commit comments