Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:
jobs:
build:
name: python-${{ matrix.python-version }}
if: github.repository == 'intake/intake-esm'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note- this was removed for running actions on my fork. i'm happy to put it back if required

runs-on: ubuntu-latest
timeout-minutes: 30
defaults:
Expand Down Expand Up @@ -62,7 +61,6 @@ jobs:

upstream-dev:
name: upstream-dev
if: github.repository == 'intake/intake-esm'
runs-on: ubuntu-latest
timeout-minutes: 30
defaults:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
build-artifacts:
runs-on: ubuntu-latest
if: github.repository == 'intake/intake-esm'
steps:
- uses: actions/checkout@v6
with:
Expand Down Expand Up @@ -66,8 +65,6 @@ jobs:
if: github.event_name == 'push'
run: |
python -m pip install --upgrade pip
python -m pip install ipython
# Explicitly install ipython: see https://github.com/AnswerDotAI/fastprogress/issues/117
python -m pip install dist/intake_esm*.whl
python -c "import intake_esm; print(intake_esm.__version__)"

Expand Down
2 changes: 1 addition & 1 deletion ci/environment-upstream-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cftime
- codecov
- dask >=2024.12
- fastprogress >=1.0.0
- fastprogress>=1.0.0,<1.1.0
- flaky >= 3.8.0
- gcsfs >=2024.12
- h5netcdf >=0.8.1
Expand Down
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- cftime
- codecov
- dask >=2024.12
- fastprogress >=1.0.0
- fastprogress>=1.0.0,<1.1.0
- flaky >=3.8.0
- fsspec >=2024.12
- gcsfs >=2024.12
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dask[complete]>=2024.12
fastprogress>=1.0.0
fastprogress>=1.0.0,<1.1.0
fsspec>=2024.12
intake>=2.0.0
itables
Expand Down
Loading