Skip to content

Commit

Permalink
[workflows] list installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 11, 2024
1 parent 48f6d8d commit 7b0f5c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install package
run: |
pip install .
- name: List installed packages
run: |
conda list
- name: Test with pytest
run: |
conda install pytest
Expand Down

0 comments on commit 7b0f5c7

Please sign in to comment.