Skip to content

Commit

Permalink
Update tests_bench.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clementchadebec authored Jul 17, 2024
1 parent d2c81ad commit c2bea40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.10'
PYTHON: '3.9'
steps:
- uses: actions/checkout@main
- name: Setup Python
uses: actions/setup-python@main
with:
python-version: 3.10
python-version: 3.9
- name: Run tests
run: |
pip install .
Expand Down

0 comments on commit c2bea40

Please sign in to comment.