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 Aug 2, 2024
1 parent 1952424 commit 60db54f
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 @@ -297,10 +297,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 60db54f

Please sign in to comment.