Skip to content

Commit

Permalink
put installation of geos back
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOpenCosmos committed Feb 14, 2025
1 parent a3d8781 commit d55cfdb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install GEOS
run: sudo apt update && sudo apt install libgeos-dev
- name: Install uv
run: pip install uv
- name: Set up uv environment
Expand All @@ -31,6 +33,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install GEOS
run: sudo apt update && sudo apt install libgeos-dev
- name: Install uv
run: pip install uv
- name: Set up uv environment
Expand All @@ -47,6 +51,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install GEOS
run: sudo apt update && sudo apt install libgeos-dev
- name: Install uv
run: pip install uv
- name: Set up uv environment
Expand All @@ -63,6 +69,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install GEOS
run: sudo apt update && sudo apt install libgeos-dev
- name: Install uv
run: pip install uv
- name: Set up uv environment
Expand All @@ -80,6 +88,8 @@ jobs:
needs: [bandit, cognitive, lint, pydocstyle]
steps:
- uses: actions/checkout@v3
- name: Install GEOS
run: sudo apt update && sudo apt install libgeos-dev
- name: Install uv
run: pip install uv
- name: Set up uv environment
Expand All @@ -98,6 +108,8 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- name: Install GEOS
run: sudo apt update && sudo apt install libgeos-dev
- name: Install uv
run: pip install uv
- name: Set up uv environment
Expand Down

0 comments on commit d55cfdb

Please sign in to comment.