Skip to content
Merged
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: 1 addition & 1 deletion .github/workflows/run-performance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
# Run at 4am on Mon, Wed
# Jenkins job runs 5am those days to download results from GitHub Actions
- cron: '0 4 * * 1'
- cron: '0 4 * * 3'

jobs:
runscript:
Expand All @@ -28,6 +27,7 @@ jobs:
python -m pip install hf_hydrodata
python -m pip install subsettools
python -m pip install pytest
python -m pip install pytz

- name: Run Performance Tests
env:
Expand Down