From 1f6e698392f5001e3379e4e47f32897a84272c3d Mon Sep 17 00:00:00 2001 From: "N. Tessa Pierce-Ward" Date: Tue, 10 Dec 2024 11:10:46 -0800 Subject: [PATCH] another! --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 70dc067..59f8591 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -48,7 +48,7 @@ jobs: - name: install dependencies 2 shell: bash -l {0} - run: mamba install compilers maturin pytest pandas xz + run: mamba install compilers maturin pytest pandas xz liblzma - name: Run cargo fmt run: cargo fmt --all -- --check --verbose