actions: remove setting custom .env

It only set the pyosmium-get-changes binary which is no longer
needed.
This commit is contained in:
Sarah Hoffmann
2021-02-02 10:35:30 +01:00
parent 59cb1d6c27
commit 98fe5af07d

View File

@@ -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