Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Apr 24, 2024
1 parent ff7c04a commit 14352aa
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
overwrite: true

check_target_branch_coverage:
needs: [build]
runs-on: ubuntu-latest

services:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 14352aa

Please sign in to comment.