Skip to content

Commit

Permalink
try adding xz-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Dec 10, 2024
1 parent 7ac3650 commit ae1bf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

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

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

0 comments on commit ae1bf4e

Please sign in to comment.