Skip to content

Commit

Permalink
Try fixing mamba in CI, pt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Mar 27, 2024
1 parent 4511132 commit b7b9ba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ jobs:
# Run the test case.
- name: Run Test
run: |
conda info
mamba info
if [[ "${{ matrix.installer }}" == "conda" ]]; then
export GRENEPIPE_TESTS_NO_MAMBA=1
fi
Expand Down

0 comments on commit b7b9ba8

Please sign in to comment.