Skip to content

Commit

Permalink
GitHub workflow failing with error about setup-miniconda@v2 requiring…
Browse files Browse the repository at this point in the history
… python 3.10 or 3.11, but having a pin to 3.12; try setup-miniconda@v3.
  • Loading branch information
AngieHinrichs committed Nov 21, 2024
1 parent b49546e commit bb77906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pangolin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml
activate-environment: pangolin
Expand Down

0 comments on commit bb77906

Please sign in to comment.