]> git.openstreetmap.org Git - nominatim.git/commitdiff
actions: remove setting custom .env
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Feb 2021 09:35:30 +0000 (10:35 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Feb 2021 09:35:30 +0000 (10:35 +0100)
It only set the pyosmium-get-changes binary which is no longer
needed.

.github/workflows/ci-tests.yml

index 323d36d745e3fe821816f08f212990662eeb4f7c..be04420a02e62960c9f501eafce45e1c04cdda90 100644 (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