Skip to content

Commit

Permalink
Activate env in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Jul 18, 2024
1 parent 54b3772 commit 341d8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
image: aaherzing/etspy:latest
steps:
- uses: actions/checkout@v4
- run: $CONDA/bin/activate etspy
- run: pip install -e ./
- run: pytest --doctest-modules --ignore=etspy/tests/test_datasets.py etspy/
- if: always()
Expand Down

0 comments on commit 341d8c8

Please sign in to comment.