Skip to content

Commit

Permalink
python-app: Support only macos
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelc305 committed Jun 18, 2024
1 parent b7ff1f0 commit 14c5a3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ macos-latest ]

steps:
- uses: actions/checkout@v2
Expand All @@ -33,6 +33,9 @@ jobs:
run: |
python -m pip install isort
isort . -m HANGING_INDENT -l 120 --check-only
- name: Install prerequisites
run: |
brew install ipsw
- name: Test install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 14c5a3a

Please sign in to comment.