Skip to content

Commit

Permalink
use conda aware shell
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Dec 23, 2022
1 parent 905d042 commit adc2885
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest_asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
schedule:
- cron: '0 6 * * 1'

# execute commands with conda aware shell by default:
defaults:
run:
shell: bash -l {0}

jobs:
pytest_asdf:
name: pytest asdf
Expand Down

0 comments on commit adc2885

Please sign in to comment.