Skip to content

Commit

Permalink
remove matrix from windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiscode committed Nov 11, 2023
1 parent 1f0a1a1 commit d60abb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ on:
jobs:
windows:
runs-on: windows-latest
strategy:
matrix:
target: [x64, x86]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: ${{ matrix.target }}
- uses: dtolnay/rust-toolchain@stable
- name: "Rust: Check and test"
run: |
Expand All @@ -28,7 +24,6 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
- name: "Python: Install wheels and test import"
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ on:
jobs:
windows:
runs-on: windows-latest
strategy:
matrix:
target: [x64, x86]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: ${{ matrix.target }}
- uses: dtolnay/rust-toolchain@stable
- name: "Rust: Check and test"
run: |
Expand All @@ -27,7 +23,6 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
- name: "Python: Install wheels and test import"
run: |
Expand Down

0 comments on commit d60abb9

Please sign in to comment.