From f2454104022d33b7819c58898780157ef49cbee5 Mon Sep 17 00:00:00 2001 From: Juncheng E Date: Fri, 26 Jul 2024 13:27:44 +0200 Subject: [PATCH] Fix github workflow multiple lines running --- .github/workflows/test_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 533adf7..edce615 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -65,7 +65,7 @@ jobs: - id: checkout uses: actions/checkout@v3 - name: requirements - run : + run : | pip install -r requirements/dev.txt pip install build - name: build