Skip to content

Commit

Permalink
Update extensive-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jan 25, 2024
1 parent cdcca71 commit 475734d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/extensive-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ jobs:
. ./activate
pip install --upgrade pip
ls target/wheels/
# this mess puts the name of the `.whl` file into `$WHEEL_PATH`
# remove the dot, use the `glob` lib to grab the file from the directory
export WHEEL_PATH=$(echo ${{ matrix.python }} | python -c 'DOTLESS=input().replace(".", ""); import glob; print(" ".join(filter(lambda x: "musl" not in x, glob.glob("target/wheels/clvm_tools_rs-*-cp*-*.whl"))))' )
echo ${WHEEL_PATH}
pip install ${WHEEL_PATH}
pip install --no-index --find-links target/wheels/ clvm_tools_rs
- name: Install other wheels
run: |
Expand Down

0 comments on commit 475734d

Please sign in to comment.