Skip to content

Commit b957474

Browse files
committed
ci: add python version to ci call
1 parent 800733c commit b957474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)