Skip to content

Commit

Permalink
update unittest action
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrosengrant committed Feb 7, 2024
1 parent 77ba3ca commit f0e60e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cd docker && ./build.sh
- run: docker run --rm cryo-em:latest python -m unittest discover tests
- run: docker run --rm cryoem:latest python -m unittest discover tests

0 comments on commit f0e60e5

Please sign in to comment.