Skip to content

Commit

Permalink
ci: test on all major os
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Oct 30, 2024
1 parent ecc87f2 commit 69f2fe0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .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.9", "3.10", "3.11", "3.12", "3.13" ]
os: [ macos-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,7 +24,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
brew install blacktop/tap/ipsw
python3 -m pip install --upgrade pip
python3 -m pip install pre-commit
- name: Run pre-commit hooks
Expand Down
1 change: 0 additions & 1 deletion ipsw_parser/build_manifest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import plistlib
from typing import List

from cached_property import cached_property

Expand Down
1 change: 0 additions & 1 deletion ipsw_parser/ipsw.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from contextlib import contextmanager
from datetime import datetime
from pathlib import Path
from typing import List

from cached_property import cached_property
from construct import Const, Default, PaddedString, Struct
Expand Down

0 comments on commit 69f2fe0

Please sign in to comment.