Skip to content

Commit

Permalink
tmp: make things fail intentionally
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Oct 9, 2022
1 parent 912f8cc commit 066187f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GithubActionTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run tests '${{ matrix.py_test_marker }}'
run: |
if git diff --name-only origin/master...HEAD | grep -vE ^docs; then
py.test --durations=0 test/ -v --log-level=DEBUG --tb=native -m '${{ matrix.py_test_marker }}'
py.test --durations=0 test/ -v --log-level=DEBUG --tb=native -m '${{ matrix.py_test_marker }}' -k pkg_test
else
echo "Skipping pytest - only docs modified"
fi
Expand Down
2 changes: 1 addition & 1 deletion bioconda_utils/involucro
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

exec involucro \
-set POSTINSTALL='create-env --conda=: /usr/local' \
-set PREINSTALL='conda() { mamba "${@}" ; }' \
-set PREINSTALL='conda() { mamba "${@}" ; } && conda --version && false' \
"${@}"

0 comments on commit 066187f

Please sign in to comment.