Skip to content

Commit

Permalink
fix: is it now fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 authored Nov 13, 2024
1 parent 5162854 commit fd90a6a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ jobs:
strategy:
matrix:
python-version: [ 3.12 ]
target: [ x64, arm64 ]
target: [ x86_64, aarch64 ]

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}

- name: Fix openssl regression
run: cargo update openssl-src --precise 300.3.1+3.3.1
Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -90,15 +88,14 @@ jobs:
strategy:
matrix:
python-version: [ 3.12 ]
target: [ x64, arm64 ]
target: [ x86_64, aarch64 ]

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit fd90a6a

Please sign in to comment.