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 6e335a7 commit 4897117Copy full SHA for 4897117
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-python@v4
26
with:
27
python-version: ${{ matrix.python-version }}
28
- architecture: ${{ matrix-python-version }}
+ architecture: ${{ matrix.architecture }}
29
- name: dependencies
30
run: |
31
python -m pip install -U pip wheel setuptools
0 commit comments