Skip to content

Commit

Permalink
Merge pull request #2430 from rcomer/pyproj-nightly
Browse files Browse the repository at this point in the history
TST: add pyproj to nightly tests
  • Loading branch information
dopplershift authored Sep 3, 2024
2 parents 77227a0 + 1297639 commit 7291cdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
run: |
# Install Nightly builds from Scientific Python
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple matplotlib scipy shapely
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple matplotlib pyproj scipy shapely
- name: Install Cartopy
id: install
Expand Down Expand Up @@ -129,9 +129,9 @@ jobs:
with:
title: "[TST] Upcoming dependency test failures"
body: |
The build with nightly wheels from matplotlib, scipy, shapely and their
dependencies has failed. Check the logs for any updates that need to be
made in cartopy.
The build with nightly wheels from matplotlib, pyproj, scipy, shapely and
their dependencies has failed. Check the logs for any updates that need to
be made in cartopy.
https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
pinned: false
Expand Down

0 comments on commit 7291cdf

Please sign in to comment.