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 2b90c99 commit ba9452e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_pip_build_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install GDAL
run: |
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
Expand All @@ -36,7 +36,9 @@ jobs:
- name: Install package
run: |
python -m pip install dist/*.whl
conda install gdal -y
python -m pip install dist/*.whl
- name: Test import
run: |
Expand Down

0 comments on commit ba9452e

Please sign in to comment.