Skip to content

Commit f1195c4

Browse files
authored
Update test-py6s-conda-install-scheduled.yml
1 parent c354b84 commit f1195c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-py6s-conda-install-scheduled.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: goanpeca/setup-miniconda@v1
19+
- uses: conda-incubator/setup-miniconda@v2
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
channels: conda-forge
2323
activate-environment: py6s-test
24+
miniconda-version: "latest"
2425
- shell: bash -l {0}
2526
run: |
2627
conda install py6s

0 commit comments

Comments
 (0)