diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d15f7d6..95e9589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,9 @@ jobs: uses: actions/setup-python@v2 with: python-version: "3.12" + + - name: Install system dependencies + run: sudo apt-get update && sudo apt-get install -y gdal-bin libgdal-dev - name: Install Poetry run: | @@ -53,4 +56,5 @@ jobs: run: poetry run black . - name: Collect static files - run: poetry run python manage.py collectstatic --noinput \ No newline at end of file + run: poetry run python manage.py collectstatic --noinput + working-directory: demo/ \ No newline at end of file