Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 20, 2024
1 parent af07d30 commit cdfa3d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,11 @@ jobs:
bash
powershell
cache-environment: true
create-args: python=${{ matrix.python-version }}
post-cleanup: 'all'
- name: Tests
run: cargo test --no-default-features --release --features capi --features use-system-blosc2
shell: micromamba-shell {0}
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Audit
run: cargo install cargo-audit && cargo audit
- name: Build Wheels - cramjam-python
Expand Down

0 comments on commit cdfa3d3

Please sign in to comment.