Skip to content

Commit

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

0 comments on commit acb63ab

Please sign in to comment.