Skip to content

Commit

Permalink
update wheel install
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Apr 2, 2024
1 parent 1437adc commit 9f7454b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel-and-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
dst: dist_s3
- name: Install Wheel
run: |
export wheel=$(ls dist_s3/*.whl)
pip install (echo $wheel)[dev]
echo "FILENAME=$(echo dist_s3/*.whel)" >> $GITHUB_ENB
pip install $FILENAME[dev]
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9f7454b

Please sign in to comment.