Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 16, 2024
1 parent af46a2f commit 2b90c99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_conda_build_install.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Test Conda Build and Import

on:
push:
workflow_dispatch:

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_pip_build_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install GDAL
run: |
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install -y libgdal-dev gdal-bin
- name: Install build tools
run: |
Expand Down

0 comments on commit 2b90c99

Please sign in to comment.