Skip to content

Commit

Permalink
corrected file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Mar 15, 2024
1 parent 7345709 commit dfd0240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
working-directory: ./pyflyer-rs
- name: Install PyRust module
run: |
WHEEL_DIR=./pyflyer-rs/target/wheels/
WHEEL_DIR=./pyflyer-rs/target/wheels
for file in "$WHEEL_DIR"/*.whl
do
WHEEL_FILE=$file
echo $WHEEL_FILE
echo The wheel file: $WHEEL_FILE
done
sudo pip install $WHEEL_DIR/$WHEEL_FILE
- name: Install dependencies
Expand Down

0 comments on commit dfd0240

Please sign in to comment.