Skip to content

Commit

Permalink
Disable macos minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Jun 23, 2024
1 parent 430d5e8 commit a1eef3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- os: ubuntu
python-version: '3.8'
requirements: minimal
- os: macos
python-version: '3.8'
requirements: minimal
# Very old packages are not available on macos-arm64
# - os: macos
# python-version: '3.8'
# requirements: minimal
- os: windows
python-version: '3.8'
requirements: minimal
Expand Down

0 comments on commit a1eef3e

Please sign in to comment.