Skip to content

Commit

Permalink
use bash -el for all conda commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 2, 2024
1 parent cb2b22c commit c9aa601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
run: conda list

- name: Run tests
shell: bash -el {0}
run: |
python -m pytest tests/

0 comments on commit c9aa601

Please sign in to comment.