Skip to content

Commit

Permalink
Set mitmdump explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Oct 26, 2023
1 parent c672d63 commit 4dab709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
run: |
export TEST_MAMBA_EXE=$(pwd)/build/micromamba/micromamba
unset CONDARC # Interferes with tests
pytest -v --capture=tee-sys micromamba/tests/
pytest -v --capture=tee-sys micromamba/tests/ --mitmdump-exe="$(which mitmdump)"
- name: micromamba local channel test
shell: bash -l -eo pipefail {0}
run: |
Expand Down

0 comments on commit 4dab709

Please sign in to comment.