Skip to content

Commit

Permalink
Update github actions to new scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Dec 8, 2023
1 parent 234ba90 commit b94f37a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v3
#- uses: fastai/workflows/nbdev-ci@master
- uses: mamba-org/provision-with-micromamba@main
#- uses: mamba-org/provision-with-micromamba@main
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: std_env.yaml
environment-name: std_env
Expand All @@ -21,7 +22,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mamba-org/provision-with-micromamba@main
#- uses: mamba-org/provision-with-micromamba@main
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: asap_env.yaml
environment-name: asap_env
Expand Down

0 comments on commit b94f37a

Please sign in to comment.