Skip to content

Commit

Permalink
fix indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jan 12, 2024
1 parent ad4edc7 commit 8019222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
build:
runs-on: ubuntu-20.04
#TODO: Fix when github action do not show failed for the workflow with continue-on-error
#continue-on-error: ${{ matrix.experimental }}
continue-on-error: ${{ matrix.experimental }}
needs: [lint]
strategy:
matrix:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt update && sudo apt-get -yq install libproj-dev binutils gdal-bin libgdal-dev
sudo apt-get -q update && sudo apt-get -yqq install libproj-dev binutils gdal-bin libgdal-dev
python -m pip install --upgrade pip setuptools wheel
pip install .[dev] -U
if [[ ${{ matrix.django-version }} == dev ]]; then
Expand Down

0 comments on commit 8019222

Please sign in to comment.