Skip to content

Commit

Permalink
increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Aug 15, 2023
1 parent 70bae35 commit 539b8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
shell: bash
run: |
if [ "${{ matrix.wheels }}" == "false" ]; then
INSTALL_FLAGS="--no-binary -v"
INSTALL_FLAGS="--no-binary -vvv"
fi
pip install ${INSTALL_FLAGS} mdanalysis mdanalysistests pytest-xdist pytest-timeout "gsd<3.0"
Expand Down

0 comments on commit 539b8b4

Please sign in to comment.