From 92c61dc4c88626dc831d7efb8615169ca2653a69 Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Tue, 27 Feb 2024 02:39:03 -0700 Subject: [PATCH] Update test.yml (#35) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7dfa010..643340f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,4 +40,4 @@ jobs: needs: [test] uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main with: - commands: pip install pytest -e . + commands: pip install pytest & pip install -e .