File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9393
9494 conda-deploy :
9595 name : Building conda package
96- needs : ["documentation-test", "continuous-integration"]
96+ # needs: ["documentation-test", "continuous-integration"]
9797 runs-on : ubuntu-latest
9898 strategy :
9999 fail-fast : false
@@ -115,7 +115,7 @@ jobs:
115115 shell : bash -l {0}
116116 run : |
117117 conda install -c conda-forge conda-build scikit-build numpy cython anaconda-client -y
118- conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda
118+ conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda --python ${{ matrix.python-version }}
119119 conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
120120 - name : upload artifacts
121121 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments