Skip to content

Commit

Permalink
Fix github actions miniconda version for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erin-nagel committed Oct 26, 2023
1 parent 281207d commit cfd751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s100py-tests.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:
# fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: ENVs100py
environment-file: environment.yml
Expand Down

0 comments on commit cfd751e

Please sign in to comment.