Skip to content

Commit

Permalink
Update python-package-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Nov 29, 2023
1 parent 58a888c commit 3dc60ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-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"]
xcode-version: [latest-stable, 11]

steps:
Expand Down Expand Up @@ -41,7 +41,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 3dc60ae

Please sign in to comment.