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 ebf8323 commit dcf7fbc
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
overwrite: true

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

services:
Expand Down Expand Up @@ -114,19 +113,19 @@ jobs:
python-version: ${{ matrix.python-version }}
check-latest: true

# - name: Install Java, GDAL, and other system dependencies
# run: |
# sudo apt update
# sudo apt-get install libxml2-dev libpq-dev openjdk-8-jdk libgdal-dev libxslt-dev
# echo Postgres and ES dependencies installed
- name: Install Java, GDAL, and other system dependencies
run: |
sudo apt update
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
- 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:
Expand Down

0 comments on commit dcf7fbc

Please sign in to comment.