Skip to content

Commit

Permalink
prior fails for cramjam, worked for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 26, 2024
1 parent 169bde8 commit 5ab9376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --manifest-path ${{ matrix.package.dir }}/Cargo.toml --no-default-features --features extension-module --features blosc2-shared
args: --release --out dist --manifest-path ${{ matrix.package.dir }}/Cargo.toml
# run: |
# python -m pip install maturin delvewheel

Expand Down

0 comments on commit 5ab9376

Please sign in to comment.