Skip to content

Commit

Permalink
Revert "Verbose wheel install"
Browse files Browse the repository at this point in the history
This reverts commit 91abba5.
  • Loading branch information
sjperkins committed Sep 8, 2023
1 parent e649c2e commit d24e783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
cd $HOME
virtualenv $HOME/venv
source $HOME/venv/bin/activate && pip install -vvv --find-links=${{ github.workspace }}/wheelhouse arcae[test]
source $HOME/venv/bin/activate && pip install --find-links=${{ github.workspace }}/wheelhouse arcae[test]
source $HOME/venv/bin/activate && py.test -s -vvv --pyargs arcae
upload-to-test-pypi:
Expand Down

0 comments on commit d24e783

Please sign in to comment.