Skip to content

Commit

Permalink
Temporarily add flag to make tox re-create its env from scratch in Gi…
Browse files Browse the repository at this point in the history
…thub Actions, since it's failing to resolve conda package deps as it should.
  • Loading branch information
jehturner committed Mar 25, 2024
1 parent cb4dde8 commit 47f3a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Run Tox
shell: bash -l {0}
run: |
tox -e py310-unit -v
tox -e py310-unit -v -r

0 comments on commit 47f3a48

Please sign in to comment.