Skip to content

Commit

Permalink
DEV: Use latest Python version for benchmarking (#2879)
Browse files Browse the repository at this point in the history
* DEV: Use latest Python version for benchmarking

* fix requirements
  • Loading branch information
stefan6419846 authored Sep 27, 2024
1 parent 2e69836 commit c8220c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.x"]
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install requirements (Python 3)
run: |
pip install -r requirements/ci.txt
pip install -r requirements/ci-3.11.txt
- name: Install pypdf
run: |
pip install .
Expand Down

0 comments on commit c8220c6

Please sign in to comment.