Skip to content

Commit

Permalink
add command to run mamba list after updating environment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jan 22, 2025
1 parent 1fe38a9 commit 296fe5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ jobs:
pip install -e forcefield-utilities
pip install -e .
- name: Check environment
run: |
micromamba list
- name: Run Bleeding Edge Tests
run: |
python -m pytest -v --color yes --pyargs gmso
Expand Down

0 comments on commit 296fe5f

Please sign in to comment.