Skip to content

Commit

Permalink
Fix CI installing wrong wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 committed Aug 7, 2024
1 parent 2ac351a commit bbf6952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
echo "$WHEEL_FPATH=WHEEL_FPATH"
echo "$INSTALL_EXTRAS=INSTALL_EXTRAS"
echo "$MOD_VERSION=MOD_VERSION"
pip install --prefer-binary "xdoctest[$INSTALL_EXTRAS]==$MOD_VERSION" -f wheelhouse
pip install --prefer-binary "$WHEEL_FPATH[$INSTALL_EXTRAS]"
echo "Install finished."
- name: Test wheel ${{ matrix.install-extras }}
shell: bash
Expand Down

0 comments on commit bbf6952

Please sign in to comment.