Skip to content

Commit

Permalink
Add conda list command for debugging in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Oct 1, 2024
1 parent 36cd972 commit 03a6656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Install trollimage
shell: bash -l {0}
run: |
conda list
pip install --no-deps -e .
# pip forces non-wheel builds if we provide --cython-coverage as a --build-option
# and that's way too slow
Expand Down

0 comments on commit 03a6656

Please sign in to comment.