From d61a2ec25939ae510c4d4e10ebe80172a4ebfbd1 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Tue, 17 Dec 2024 12:08:13 -0800 Subject: [PATCH] Update build-test.yml --- .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 83edbea..4e53cf4 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 + run: mamba install compilers maturin pytest pandas liblzma - name: Run cargo fmt run: cargo fmt --all -- --check --verbose