Skip to content

Commit

Permalink
Troubleshooting github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Jul 18, 2024
1 parent 3036b3a commit 946e2fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: conda activate etspy
- run: which python
- run: conda list
- run: pip install -e ./
- run: pytest --doctest-modules --ignore=etspy/tests/test_datasets.py etspy/
- if: always()
Expand Down

0 comments on commit 946e2fa

Please sign in to comment.