Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
workflow_dispatch:

schedule:
# Every day at 4am UTC (10pm Chicago, 5am Geneva)
- cron: "00 4 * * *"
# First day of every month at 4am UTC (10pm Chicago, 5am Geneva)
- cron: "00 4 1 * *"

env:
BASE_URL: /${{ github.event.repository.name }}
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ channels:

dependencies:
# Python itself
- python=3.11
- python=3.14

# for building and testing the JupyterBook
- jupyter-book
- jupyter-book<2
- ghp-import
- nbconvert

Expand Down Expand Up @@ -42,6 +42,6 @@ dependencies:
# distributed computing
- dask
- distributed
- dask-awkward
- dask-awkward>=2026
- graphviz
- python-graphviz
Loading