Skip to content

Commit

Permalink
Update action to list package
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Jun 6, 2024
1 parent c845793 commit 2add5d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
use-mamba: true
auto-activate-base: false

- name: Conda list
shell: pwsh
run: conda list

- name: Install test dependencies
run: |
mamba install flake8 pytest
Expand Down

0 comments on commit 2add5d7

Please sign in to comment.