Skip to content

Commit

Permalink
[#233] Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 14, 2025
1 parent 6d2d42a commit 5011d28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
- name: Set up backend environment
uses: maykinmedia/setup-django-backend@v1.3
with:
apt-packages: 'gdal-bin'
python-version: '3.11'
setup-node: true

Expand All @@ -94,7 +93,6 @@ jobs:
- name: Set up backend environment
uses: maykinmedia/setup-django-backend@v1.3
with:
apt-packages: 'gdal-bin'
python-version: '3.11'
setup-node: false

Expand All @@ -114,13 +112,13 @@ jobs:
outputs:
image-name: ${{ steps.image-name.outputs.image-name }}

steps:
steps:
- run: echo "image-name=$IMAGE_NAME" >> $GITHUB_OUTPUT
name: 'Store the docker image name'
id: image-name

open-api-ci:
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@feature/fix-gdal-bin-dependencies
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3.0.2
needs:
- store-reusable-workflow-vars
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
open-api-workflow-code-quality:
uses: maykinmedia/open-api-workflows/.github/workflows/code-quality.yml@v1
with:
apt-packages: 'gdal-bin'
python-version: '3.11'
node-version: '18'

Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
postgresql-client \
gettext \
binutils \
# commonground-api-common > 2.3.0
libgdal-dev \
gdal-bin \
&& rm -rf /var/lib/apt/lists/*

RUN pip install pip "setuptools>=70.0.0"
Expand Down

0 comments on commit 5011d28

Please sign in to comment.