Skip to content

Commit

Permalink
Activate bash profile in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Jul 18, 2024
1 parent 341d8c8 commit d9c61d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:

pytest:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
container:
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 d9c61d1

Please sign in to comment.