Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inigodelportillo committed Feb 4, 2023
1 parent c4b001c commit 094abb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get install libgeos++-dev libproj-dev proj-data proj-bin
pip3 install --upgrade cython numpy pyshp six
pip3 install shapely --no-binary shapely
pip install matplotlib cartopy==0.18.0
pip install matplotlib cartopy
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 094abb6

Please sign in to comment.