Skip to content

Commit

Permalink
Update python-package-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Nov 29, 2023
1 parent 3dc60ae commit 11e7deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
pip install .
- name: Test of run_tests.py
run: |
python setup.py build test
python run_tests.py
- name: Run end to end tests with e2etest.py
run: |
mkdir empty
Expand Down

0 comments on commit 11e7deb

Please sign in to comment.