Skip to content

Commit

Permalink
Merge 4d54512 into 88cf3b9
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Aug 15, 2023
2 parents 88cf3b9 + 4d54512 commit 429bbb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -8,7 +8,7 @@ concurrency:
on: [push, pull_request]

env:
CACHE_NUMBER: 1
CACHE_NUMBER: 0

jobs:
lint:
Expand Down Expand Up @@ -89,12 +89,12 @@ jobs:
# We must get LD_PRELOAD for stdlibc++ or else the manylinux wheels
# may break the conda-forge libraries trying to use newer glibc versions
run: |
python -m pip install --pre --upgrade --no-deps numpy; \
python -m pip install \
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
--trusted-host pypi.anaconda.org \
--no-deps --pre --upgrade \
matplotlib \
numpy \
pandas \
scipy; \
python -m pip install \
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment.yaml
Expand Up @@ -55,7 +55,7 @@ dependencies:
- xarray-datatree
- pint-xarray
- ephem
- bokeh<3
- bokeh
- pip:
- trollsift
- trollimage>=1.20
Expand Down

0 comments on commit 429bbb4

Please sign in to comment.