diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce9b2a0..3dc3983 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,6 +84,7 @@ jobs: overwrite: true check_target_branch_coverage: + needs: [build] runs-on: ubuntu-latest services: @@ -119,17 +120,17 @@ jobs: sudo apt-get install libxml2-dev libpq-dev openjdk-8-jdk libgdal-dev libxslt-dev echo Postgres and ES dependencies installed - # - name: Install python packages - # run: | - # python -m pip install --upgrade pip - # pip install . - # pip install -r ${{ github.event.repository.name }}/install/requirements.txt - # pip install -r ${{ github.event.repository.name }}/install/requirements_dev.txt - # echo Python packages installed - - # - uses: ankane/setup-elasticsearch@v1 - # with: - # elasticsearch-version: 8 + - name: Install python packages + run: | + python -m pip install --upgrade pip + pip install . + pip install -r ${{ github.event.repository.name }}/install/requirements.txt + pip install -r ${{ github.event.repository.name }}/install/requirements_dev.txt + echo Python packages installed + + - uses: ankane/setup-elasticsearch@v1 + with: + elasticsearch-version: 8 - name: Ensure previous coverage data is erased run: |