Skip to content

Commit 7bc95f5

Browse files
committed
fix docs workflowg
1 parent 86d7d03 commit 7bc95f5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docs.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ jobs:
2525
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER_DOCS }}
2626
service_account: ${{ secrets.GCP_DOC_SERVICE_ACCOUNT }}
2727

28-
- uses: conda-incubator/setup-miniconda@v2
28+
- uses: conda-incubator/setup-miniconda@v3
2929
with:
30-
auto-update-conda: true
3130
python-version: "3.10"
32-
uses-mamba: true
33-
miniforge-variant: Mambaforge
34-
channels: acellera,conda-forge,pytorch,defaults
31+
channels: acellera,conda-forge,defaults
3532

3633
- name: Install conda deps
3734
run: |

0 commit comments

Comments
 (0)