File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
cache : pip # caching the entire environment is faster when cache exists but slower for cache creation
51
51
52
52
- name : Install packages
53
- run : pip install -e .[DEV,ML]
53
+ run : pip install -U - e .[DEV,ML]
54
54
55
55
- name : Run mypy
56
56
run : mypy eogrow
@@ -87,12 +87,12 @@ jobs:
87
87
sudo apt-get install -y build-essential gdal-bin libgdal-dev graphviz proj-bin gcc libproj-dev libspatialindex-dev libboost-all-dev
88
88
export CPLUS_INCLUDE_PATH=/usr/include/gdal
89
89
export C_INCLUDE_PATH=/usr/include/gdal
90
- pip install -e .[DEV,ML]
91
- pip install gdal==$(gdal-config --version)
90
+ pip install -U - e .[DEV,ML]
91
+ pip install -U gdal==$(gdal-config --version)
92
92
93
93
- name : Set up local cluster # we need to install async-timeout until ray 2.9.0 fixes the issue
94
94
run : |
95
- pip install async-timeout
95
+ pip install -U async-timeout
96
96
ray start --head
97
97
98
98
- name : Run fast tests
You can’t perform that action at this time.
0 commit comments