Skip to content

Commit

Permalink
Add conda list step
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Mar 27, 2021
1 parent d90fc44 commit e07355e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
shell: bash -l {0}
run: python -m pip install -e .

- name: List installed packages
shell: bash -l {0}
run: conda list

- name: Run tests
shell: bash -l {0}
run: python -m pytest --cov=xhistogram --cov-report=xml xhistogram
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
shell: bash -l {0}
run: python -m pip install -e .

- name: List installed packages
shell: bash -l {0}
run: conda list

- name: Run tests
shell: bash -l {0}
run: python -m pytest --cov=xhistogram --cov-report=xml xhistogram
Expand Down

0 comments on commit e07355e

Please sign in to comment.