We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b622e commit 3a5c29bCopy full SHA for 3a5c29b
1 file changed
.github/workflows/cd.yml
@@ -78,19 +78,11 @@ jobs:
78
- name: Setup conda
79
uses: conda-incubator/setup-miniconda@v3
80
with:
81
- auto-activate-base: true
82
- channels: conda-forge
83
-
84
- - name: Cache conda build
85
- uses: actions/cache@v4
86
- with:
87
- path: ~/.conda-build
88
- key: conda-bld-${{ runner.os }}
89
- restore-keys: |
90
- conda-bld-
91
92
- - name: Install conda build tooling
93
- run: conda install -y conda-build anaconda-client
+ python-version: 3.11
+ environment-file: .conda/environment.yml
+ auto-update-conda: false
+ auto-activate-base: false
+ show-channel-urls: true
94
95
- name: Build & Upload to Conda
96
uses: ACCESS-NRI/action-build-and-upload-conda-packages@v3.0.0
0 commit comments