Skip to content

Commit 4897117

Browse files
committed
Fix CI test job
1 parent 6e335a7 commit 4897117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.python-version }}
28-
architecture: ${{ matrix-python-version }}
28+
architecture: ${{ matrix.architecture }}
2929
- name: dependencies
3030
run: |
3131
python -m pip install -U pip wheel setuptools

0 commit comments

Comments
 (0)