+ virtualenv venv
+ ./venv/bin/pip install -U pip
+ shell: bash
+ if: inputs.dependencies == 'pip'
+
+ - name: Setup virtual environment (for apt)
+ run: |
+ virtualenv venv --system-site-packages
+ shell: bash
+ if: inputs.dependencies == 'apt'
+
+ - name: Build nominatim
+ run: ./venv/bin/pip install Nominatim/packaging/nominatim-{api,db}