Skip to content

Commit

Permalink
fixed name of file to WHEEL_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Mar 15, 2024
1 parent d72baef commit 7345709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
WHEEL_DIR=./pyflyer-rs/target/wheels/
for file in "$WHEEL_DIR"/*.whl
do
WHEEL_FILE=file
WHEEL_FILE=$file
echo $WHEEL_FILE
done
sudo pip install $WHEEL_DIR/$WHEEL_FILE
Expand Down

0 comments on commit 7345709

Please sign in to comment.