Skip to content

Commit

Permalink
display conda info
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Nov 21, 2023
1 parent 306bcc1 commit da5e700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Display Conda environment
run: conda info

- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit da5e700

Please sign in to comment.