We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848f313 commit 3d3f3faCopy full SHA for 3d3f3fa
.github/workflows/benchmark.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
schedule:
8
- - cron: '0 0 * * *'
+ - cron: '0 0 */3 * *'
9
10
permissions:
11
contents: write
@@ -32,7 +32,7 @@ jobs:
32
run: python --version
33
- name: Install dependencies
34
run: |
35
- python -m pip install "pandas~=2.2" "influxdb_client~=1.48"
+ python -m pip install -r requirements.txt
36
- name: Verify package installation
37
run: python -c "import pandas as pd; print(pd.__version__); import influxdb_client; print(influxdb_client.__version__)"
38
- run: apt-get -q update && apt-get install -y libjemalloc-dev
0 commit comments