Skip to content

Commit

Permalink
Update CI to pass the wheel directly to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 committed Jul 30, 2024
1 parent 8c32f7f commit 1a25260
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,7 @@ jobs:
echo "$INSTALL_EXTRAS=INSTALL_EXTRAS"
echo "$MOD_VERSION=MOD_VERSION"
echo "Downloading from pypi"
pip download "xdoctest[$INSTALL_EXTRAS]==$MOD_VERSION" --dest wheeldownload
echo "Overwriting pypi xdoctest wheel"
cp wheelhouse/* wheeldownload/
pip install --prefer-binary "xdoctest[$INSTALL_EXTRAS]==$MOD_VERSION" -f wheeldownload --no-index
pip install "$WHEEL_FPATH[$INSTALL_EXTRAS]"
echo "Install finished."
- name: Test wheel ${{ matrix.install-extras }}
shell: bash
Expand Down

0 comments on commit 1a25260

Please sign in to comment.