Skip to content

Commit

Permalink
Fix use of --pyargs in Docker test script
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Sep 5, 2022
1 parent 7779d03 commit fea0cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
set -e
exec pytest --mpl-oggm --mpl-upload --pyargs oggm
exec pytest.oggm --mpl-oggm --mpl-upload

0 comments on commit fea0cfa

Please sign in to comment.