Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Oct 2, 2023
1 parent 5c91625 commit a95a807
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release Python

on:
pull_request:
push:
tags:
- py-*
Expand All @@ -21,12 +22,9 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [polars, polars-lts-cpu, polars-u64-idx]
os: [ubuntu-latest, macos-latest, windows-32gb-ram]
package: [polars, polars-lts-cpu] #, polars-u64-idx]
os: [ubuntu-latest] #, macos-latest, windows-32gb-ram]
architecture: [x86-64, aarch64]
exclude:
- os: windows-32gb-ram
cpu: aarch64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a95a807

Please sign in to comment.