Skip to content

Commit

Permalink
Merge pull request #55 from Scartography/scarto/fix_2022.11.1
Browse files Browse the repository at this point in the history
force install of gdal, rasterio, pytest for testing conda
  • Loading branch information
ungarj committed Nov 4, 2022
2 parents 871050b + adfbdd7 commit 3866b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: build-conda-package
run: conda install -y conda-build && conda index && conda-build --output-folder .conda/ --no-test --no-anaconda-upload tilematrix .conda/
- name: install local conda build and test conda package
run: conda install -y --use-local tilematrix && pytest ./test/* -v
run: conda install -c conda-forge -y gdal rasterio pytest-runner pytest && conda install -y --use-local tilematrix && pytest ./test/* -v
- name: upload conda package
run: conda install -y anaconda-client && export ANACONDA_API_TOKEN=${{ secrets.ANACONDA_TOKEN }} && anaconda upload --force .conda/noarch/*.tar.bz2

0 comments on commit 3866b44

Please sign in to comment.