Skip to content

Commit

Permalink
BUG: Install coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Mar 30, 2024
1 parent 21016f0 commit 563677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
conda create -n antspy-env python=${{ env.python_version }} -y
conda activate antspy-env
conda install -c conda-forge conda-pack
conda install -c conda-forge conda-pack coverage
conda info
pip install ./antspy-pr
conda list
Expand Down

0 comments on commit 563677e

Please sign in to comment.