Skip to content

Commit

Permalink
ci(python): Unpin maturin version, fix release workflow (#11483)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Oct 3, 2023
1 parent 5882ab7 commit f45c7c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
architecture: [x86-64, aarch64]
exclude:
- os: windows-32gb-ram
cpu: aarch64
architecture: aarch64

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 7 additions & 2 deletions py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

--prefer-binary

# -----
# BUILD
# -----

maturin
patchelf; platform_system == 'Linux' # Extra dependency for maturin, only for Linux

# ------------
# DEPENDENCIES
# ------------
Expand Down Expand Up @@ -47,8 +54,6 @@ gevent
# -------

hypothesis==6.87.1
maturin==1.2.3
patchelf; platform_system == 'Linux' # Extra dependency for maturin, only for Linux
pytest==7.4.0
pytest-cov==4.1.0
pytest-xdist==3.3.1
Expand Down

0 comments on commit f45c7c1

Please sign in to comment.