diff --git a/.env b/.env deleted file mode 100644 index e25d77d..0000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -DJANGO_CORS_ORIGIN_WHITELIST=['http://localhost:3000'] \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbe6bfe..2d90cf9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -90,6 +90,12 @@ jobs: steps: - name: Update Package References run: sudo apt-get update + - name: Install system dependencies + run: apt-fast install --no-install-recommends --yes + libgdal30 + libproj22 + python3-cachecontrol + python3-dev - name: Checkout repository uses: actions/checkout@v4 - name: Setup Python environment