We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d7d03 commit 7bc95f5Copy full SHA for 7bc95f5
.github/workflows/docs.yml
@@ -25,13 +25,10 @@ jobs:
25
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER_DOCS }}
26
service_account: ${{ secrets.GCP_DOC_SERVICE_ACCOUNT }}
27
28
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
29
with:
30
- auto-update-conda: true
31
python-version: "3.10"
32
- uses-mamba: true
33
- miniforge-variant: Mambaforge
34
- channels: acellera,conda-forge,pytorch,defaults
+ channels: acellera,conda-forge,defaults
35
36
- name: Install conda deps
37
run: |
0 commit comments