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 9c7ab84 commit 1efc1a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.7'
PYTHON: '3.8'
steps:
- uses: actions/checkout@main
- name: Setup Python
uses: actions/setup-python@main
with:
python-version: 3.7
python-version: 3.8
- name: Run tests
run: |
pip install .
pip install pytest
pip install pytest-cov
pytest .
pytest .

0 comments on commit 1efc1a2

Please sign in to comment.