Skip to content

Commit

Permalink
List environments
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Mar 6, 2024
1 parent bcc336b commit 1cb4cb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:

- name: Echo environment
run: |
echo "CONDA_PREFIX: " $CONDA_PREFIX
echo "CONDA_PREFIX: $CONDA_PREFIX"
conda list
conda env list
- name: Install test dependencies
run: conda install -c conda-forge pytest pip tox
Expand Down

0 comments on commit 1cb4cb0

Please sign in to comment.