Skip to content

Commit

Permalink
Merge pull request #2402 from greglucas/ci-image-upload
Browse files Browse the repository at this point in the history
CI: Fix image upload path to remove shapely-dev
  • Loading branch information
rcomer authored Jun 22, 2024
2 parents 300c8b1 + 457e743 commit 1cadc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
pytest -rfEsX -n 4 \
--color=yes \
--mpl --mpl-generate-summary=html \
--mpl-results-path="cartopy_test_output-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.shapely-dev }}" \
--mpl-results-path="cartopy_test_output-${{ matrix.os }}-${{ matrix.python-version }}" \
--pyargs cartopy ${EXTRA_TEST_ARGS}
- name: No Network Tests
Expand Down

0 comments on commit 1cadc5e

Please sign in to comment.