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 d396464 commit 1a21154
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 @@ -86,8 +86,9 @@ jobs:
sparse-checkout-cone-mode: false
- name: Remove non-test files and run tests
run: |
pip install $FILENAME[dev]
pip install $FILENAME
pip list
pip install pytest
ls
make test
build-container-and-push:
Expand Down

0 comments on commit 1a21154

Please sign in to comment.