Skip to content

Commit

Permalink
ci: add python version to ci call
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Aug 5, 2024
1 parent 800733c commit b957474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

conda-deploy:
name: Building conda package
needs: ["documentation-test", "continuous-integration"]
# needs: ["documentation-test", "continuous-integration"]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -115,7 +115,7 @@ jobs:
shell: bash -l {0}
run: |
conda install -c conda-forge conda-build scikit-build numpy cython anaconda-client -y
conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda
conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda --python ${{ matrix.python-version }}
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
- name: upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b957474

Please sign in to comment.