Skip to content

Commit

Permalink
can't seem to reproduce the error on my local machine...
Browse files Browse the repository at this point in the history
GitHub Actions: pip is unable to install cartopy
  • Loading branch information
ray-chew committed Mar 18, 2024
1 parent 53d9d6b commit 2e8ac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: '3.10.5'
- name: Install dependencies
run: |
pip install setuptools
pip install --upgrade pip
pip install -r requirements.txt
pip install sphinx furo sphinx-changelog
- name: Sphinx build
Expand Down

0 comments on commit 2e8ac14

Please sign in to comment.