Skip to content

Commit c354b84

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: conda-incubator/setup-miniconda@v2
19+
- uses: goanpeca/setup-miniconda@v1
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
channels: conda-forge
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
conda install py6s
2727
- shell: bash -l {0}
28-
run: python -c "from Py6S import *; SixS.test()"
28+
run: python -c "from Py6S import *; SixS.test()"

0 commit comments

Comments
 (0)