Skip to content

Commit

Permalink
fix: try build sqlite in conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 15, 2024
1 parent 2f2743d commit 970fc3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: conda-incubator/setup-miniconda@v3
- uses: conda-incubator/setup-miniconda@v4
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand All @@ -86,8 +86,8 @@ jobs:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
conda install -c conda-forge -c loop3d conda-build numpy scipy pandas geopandas shapely validators anaconda-client -y
conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda
conda install -c conda-forge conda-build numpy scipy pandas geopandas sqlite shapely validators anaconda-client -y
conda build -c anaconda -c conda-forge --output-folder conda conda
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
conda install anaconda-client -y
- name: upload artifacts
Expand Down

0 comments on commit 970fc3b

Please sign in to comment.