From 98fe5af07d4bdcc99d469c077babf26a1428755f Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 2 Feb 2021 10:35:30 +0100 Subject: [PATCH] actions: remove setting custom .env It only set the pyosmium-get-changes binary which is no longer needed. --- .github/workflows/ci-tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 323d36d7..be04420a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -92,11 +92,6 @@ jobs: postgis-version: 3 - uses: ./.github/actions/build-nominatim - - name: Create configuration - run: | - echo "NOMINATIM_PYOSMIUM_BINARY=/usr/lib/python3-pyosmium/pyosmium-get-changes" >> .env - working-directory: build - - name: Download import data run: | if [ ! -f monaco-latest.osm.pbf ]; then -- 2.45.1