From 2b19ae18ca085585223900c1b6411a7c1b9f2e7b Mon Sep 17 00:00:00 2001 From: wh3248 Date: Wed, 21 Jan 2026 17:23:12 -0500 Subject: [PATCH] add missing pytz component --- .github/workflows/run-performance-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-performance-tests.yaml b/.github/workflows/run-performance-tests.yaml index c04e314..4bdafa8 100644 --- a/.github/workflows/run-performance-tests.yaml +++ b/.github/workflows/run-performance-tests.yaml @@ -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: @@ -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: