Skip to content

Commit 65bdb26

Browse files
committed
docs: add example if statement in advanced-usage.md
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent 7d44831 commit 65bdb26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/advanced-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
with:
235235
python-version: ${{ matrix.python-version }}
236236
- 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`
237238
run: python --version
238239
```
239240

0 commit comments

Comments
 (0)