Skip to content

Commit

Permalink
switch source of setup-miniconda in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 19, 2024
1 parent 13a8c22 commit 31b6387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.11"

- name: Install Miniconda
uses: actions/setup-miniconda@v3
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: "3.11"
Expand Down

0 comments on commit 31b6387

Please sign in to comment.