Skip to content

Commit

Permalink
fix CI (#1791)
Browse files Browse the repository at this point in the history
* fix CI

* fix

* remove elasticsearch upgrade in CI
  • Loading branch information
tomkralidis authored Aug 19, 2024
1 parent 54b9be4 commit 44c589c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ jobs:
pip3 install -r requirements-manager.txt
pip3 install -r requirements-django.txt
python3 setup.py install
pip3 install --upgrade numpy elasticsearch
pip3 install --upgrade numpy "sqlalchemy<2"
pip3 install --upgrade "sqlalchemy<2"
pip3 install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
#pip3 install --upgrade rasterio==1.1.8
- name: setup test data ⚙️
Expand Down
2 changes: 1 addition & 1 deletion requirements-provider.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GDAL<=3.8.4
geoalchemy2
geopandas
netCDF4
numpy
numpy==2.0.1
oracledb
pandas
psycopg2
Expand Down

0 comments on commit 44c589c

Please sign in to comment.