Skip to content

Commit

Permalink
Fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Mar 6, 2024
1 parent dc156c2 commit 9e1ff0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:


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

0 comments on commit 9e1ff0e

Please sign in to comment.