Skip to content

Commit

Permalink
Update test-py6s-conda-install-scheduled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw authored Aug 4, 2024
1 parent 42cf2ba commit c354b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-py6s-conda-install-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

0 comments on commit c354b84

Please sign in to comment.