Skip to content

Commit

Permalink
change installer miniconda to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Aug 29, 2024
1 parent bc5b6c3 commit 7c9cb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
if: contains(matrix.OS_NAME, 'Windows')
Expand Down

0 comments on commit 7c9cb69

Please sign in to comment.