Skip to content

Commit 3db9f73

Browse files
fix yaml
1 parent c62f6ad commit 3db9f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- uses: actions/checkout@v2
3737
- name: Set up Python ${{ matrix.python }}
3838
uses: actions/setup-python@v2
39-
if: "!endsWith(matrix.python-version, '-dev')"
39+
if: "!endsWith(matrix.python, '-dev')"
4040
with:
4141
python-version: ${{ matrix.python }}
4242
- uses: deadsnakes/[email protected]
43-
if: endsWith(matrix.python-version, '-dev')
43+
if: "endsWith(matrix.python, '-dev')"
4444
with:
45-
python-version: ${{ matrix.python-version }}
45+
python-version: ${{ matrix.python }}
4646
- name: Install
4747
# pyperformance must be installed:
4848
# pyperformance/tests/test_compare.py imports it

0 commit comments

Comments
 (0)