We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24be5d5 commit aaad063Copy full SHA for aaad063
1 file changed
.github/workflows/conda.yml
@@ -23,7 +23,7 @@ jobs:
23
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
24
shell: bash -l {0}
25
run: |
26
- conda install -c conda-forge conda-build scikit-build numpy cython anaconda-client conda-libmamba-solver -y
+ conda install -c conda-forge "conda-build<25" scikit-build numpy cython anaconda-client conda-libmamba-solver -y
27
conda build -c conda-forge -c loop3d --output-folder conda conda --python ${{matrix.python-version}}
28
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
29
- name: upload artifacts
@@ -51,4 +51,4 @@ jobs:
51
52
conda install -c anaconda anaconda-client -y
53
anaconda upload --label main conda/*/*.tar.bz2
54
-
+
0 commit comments