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 c354b84 commit f1195c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-py6s-conda-install-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge
activate-environment: py6s-test
miniconda-version: "latest"
- shell: bash -l {0}
run: |
conda install py6s
Expand Down

0 comments on commit f1195c4

Please sign in to comment.