Skip to content

Commit

Permalink
add liblzma-devel to build (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Dec 21, 2024
1 parent e499675 commit 11568ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:

- name: install dependencies 2
shell: bash -l {0}
run: mamba install compilers maturin pytest pandas
run: mamba install compilers maturin pytest pandas liblzma-devel

- name: Run cargo fmt
run: cargo fmt --all -- --check --verbose

- name: rust tests
run: cargo test --verbose --no-fail-fast
# - name: rust tests
# run: cargo test --verbose --no-fail-fast

- name: build
shell: bash -l {0}
Expand Down

0 comments on commit 11568ad

Please sign in to comment.