Skip to content

Commit

Permalink
Skip pkg install (#1877)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <[email protected]>
  • Loading branch information
gaborbernat authored Jun 27, 2020
1 parent 02b197e commit 455afbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: setup test suite
run: tox -vv --notest
- name: run test suite
run: tox
run: tox --skip-pkg-install
env:
PYTEST_ADDOPTS: "-vv --durations=20"
CI_RUN: 'yes'
Expand Down

0 comments on commit 455afbc

Please sign in to comment.