Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Apr 2, 2024
1 parent acb63ab commit d396464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheel-and-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,15 @@ jobs:
- name: Install Wheel
run: |
echo "FILENAME=$(echo dist_s3/*.whl)" >> $GITHUB_ENV
pip install $FILENAME[dev]
echo $FILENAME
- name: Checkout code
uses: actions/checkout@v3
with:
sparse-checkout: 'tests'
sparse-checkout-cone-mode: false
- name: Remove non-test files and run tests
run: |
pip install $FILENAME[dev]
pip list
ls
make test
Expand Down

0 comments on commit d396464

Please sign in to comment.