From: Sarah Hoffmann Date: Tue, 2 Feb 2021 09:35:30 +0000 (+0100) Subject: actions: remove setting custom .env X-Git-Tag: v3.7.0~44 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/98fe5af07d4bdcc99d469c077babf26a1428755f actions: remove setting custom .env It only set the pyosmium-get-changes binary which is no longer needed. --- 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