Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
👷 Trying to fix build error on M1 processor
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry authored Feb 3, 2024
1 parent 6cd7c1b commit 5abda9e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ jobs:
- windows-latest
- macos-14
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-14
python: "3.8"
- os: macos-14
python: "3.9"

defaults:
run:
Expand All @@ -188,7 +193,7 @@ jobs:

- name: Install Poetry
run: |
pipx install poetry
pip install poetry
- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -242,7 +247,7 @@ jobs:

- name: Install Poetry
run: |
pipx install poetry
pip install poetry
- name: Publish to PyPI
env:
Expand Down

0 comments on commit 5abda9e

Please sign in to comment.