Skip to content

Commit

Permalink
Use single quotes in the GMT Dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 3, 2024
1 parent 4660079 commit c9cbb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
python -m pip install --pre --prefer-binary \
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
numpy pandas xarray netCDF4 packaging \
build contextily dvc geopandas ipython pyarrow rasterio<1.4.3 rioxarray \
build contextily dvc geopandas ipython pyarrow 'rasterio<1.4.3' rioxarray \
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures \
sphinx-gallery
Expand Down

0 comments on commit c9cbb32

Please sign in to comment.