Skip to content

Commit

Permalink
fix: debug test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ACornuIGN committed Oct 7, 2024
1 parent 60028cf commit adcff5a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,14 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"

- name: Install GDAL
- name: Install environment
run: |
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
- name: Install environment
run: |
python -m pip install --upgrade pip
pip install -r ./borea_dependency/requirements-dev.txt
pip install GDAL==3.4.1
Expand Down

0 comments on commit adcff5a

Please sign in to comment.