Skip to content

Commit 132d2b1

Browse files
committed
🐛 Fix PIP_EXTRA_INDEX_URL
Patches 2bc61d1, got the order swapped.
1 parent 31831e0 commit 132d2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
pip install cog3pio --group tests
148148
pytest --verbose
149149
env:
150-
PIP_EXTRA_INDEX_URL: ${{ 'https://gounthar.github.io/riscv64-python-wheels/simple/' && matrix.platform.target == 'riscv64' || '' }}
150+
PIP_EXTRA_INDEX_URL: ${{ matrix.platform.target == 'riscv64' && 'https://gounthar.github.io/riscv64-python-wheels/simple/' || '' }}
151151

152152
- name: pytest
153153
if: ${{ !endswith(matrix.platform.target, '64') && !startsWith(github.ref, 'refs/tags/') }} # armv7, s390x and ppc64le

0 commit comments

Comments
 (0)