Skip to content

Commit

Permalink
Use headless opencv in conda devenv (#7497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Mar 20, 2024
1 parent 986f4df commit 6d33d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: |
conda list
cd /tmp
pytest -vvv -r a --pyargs sunpy --cov-report=xml --cov=sunpy --cov-config=$GITHUB_WORKSPACE/pyproject.toml $GITHUB_WORKSPACE/docs -n auto
pytest -vvv -r a --pyargs sunpy --cov-report=xml --cov=sunpy --cov-config=$GITHUB_WORKSPACE/pyproject.toml $GITHUB_WORKSPACE/docs -n auto --color=yes
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions sunpy-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies:
- jplephem
- lxml
- opencv
- libopencv *=headless*
- spiceypy

# Testing
Expand Down

0 comments on commit 6d33d41

Please sign in to comment.