From 2e8ac148007f3e3ddba04a91b49eeb4d2d41c360 Mon Sep 17 00:00:00 2001 From: raychew Date: Mon, 18 Mar 2024 14:08:51 +0100 Subject: [PATCH] can't seem to reproduce the error on my local machine... GitHub Actions: pip is unable to install cartopy --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e97f2b2..ea676ba 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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