Skip to content

Commit 3d3f3fa

Browse files
author
Chaitanya Kumar
committed
ci: run every third day of the month instead of nightly
1 parent 848f313 commit 3d3f3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: '0 0 */3 * *'
99

1010
permissions:
1111
contents: write
@@ -32,7 +32,7 @@ jobs:
3232
run: python --version
3333
- name: Install dependencies
3434
run: |
35-
python -m pip install "pandas~=2.2" "influxdb_client~=1.48"
35+
python -m pip install -r requirements.txt
3636
- name: Verify package installation
3737
run: python -c "import pandas as pd; print(pd.__version__); import influxdb_client; print(influxdb_client.__version__)"
3838
- run: apt-get -q update && apt-get install -y libjemalloc-dev

0 commit comments

Comments
 (0)