Skip to content

Commit

Permalink
Add verbosity to some CI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Sep 2, 2024
1 parent e70d384 commit 79740e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
id: cache

- name: Update environment
run: mamba env update -n pylibtiff -f .conda/environment.yml
run: mamba env update -n pylibtiff -v -f .conda/environment.yml
if: steps.cache.outputs.cache-hit != 'true'

- name: Install unstable dependencies
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install pylibtiff
shell: bash -l {0}
run: |
python -m pip install --no-deps -e .
python -m pip install --no-deps -v -e .
- name: Run unit tests
shell: bash -l {0}
Expand Down

0 comments on commit 79740e6

Please sign in to comment.