Skip to content

Commit

Permalink
update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Jul 26, 2022
1 parent dcd612b commit 87fdd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
#!/bin/bash
for PKG in dist/*; do
echo "$PKG"
pip uninstall -y rapids_env_generator
pip uninstall -y rapids-env-generator
pip install "$PKG"
pytest
rapids-env-generator -h # test CLI output
Expand Down

0 comments on commit 87fdd2c

Please sign in to comment.