Skip to content

Commit c8220c6

Browse files
DEV: Use latest Python version for benchmarking (#2879)
* DEV: Use latest Python version for benchmarking * fix requirements
1 parent 2e69836 commit c8220c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.10"]
17+
python-version: ["3.x"]
1818
steps:
1919
- name: Checkout Code
2020
uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install requirements (Python 3)
2828
run: |
29-
pip install -r requirements/ci.txt
29+
pip install -r requirements/ci-3.11.txt
3030
- name: Install pypdf
3131
run: |
3232
pip install .

0 commit comments

Comments
 (0)