We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62f6ad commit 3db9f73Copy full SHA for 3db9f73
.github/workflows/main.yml
@@ -36,13 +36,13 @@ jobs:
36
- uses: actions/checkout@v2
37
- name: Set up Python ${{ matrix.python }}
38
uses: actions/setup-python@v2
39
- if: "!endsWith(matrix.python-version, '-dev')"
+ if: "!endsWith(matrix.python, '-dev')"
40
with:
41
python-version: ${{ matrix.python }}
42
- uses: deadsnakes/[email protected]
43
- if: endsWith(matrix.python-version, '-dev')
+ if: "endsWith(matrix.python, '-dev')"
44
45
- python-version: ${{ matrix.python-version }}
+ python-version: ${{ matrix.python }}
46
- name: Install
47
# pyperformance must be installed:
48
# pyperformance/tests/test_compare.py imports it
0 commit comments