From f2864c3a54fb53e128e5896ad4468a48a1f61d3f Mon Sep 17 00:00:00 2001 From: gpBlockchain <32102187+gpBlockchain@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:36:48 +0800 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 0bdaa64..0f77959 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -27,7 +27,7 @@ jobs: run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Test with pytest + - name: Install dependencies run: make prepare @@ -40,6 +40,3 @@ jobs: with: name: jfoa-build-reports-${{ runner.os }} path: /home/runner/work/ckb-py-integration-test/ckb-py-integration-test/report - - - name: Cleanup - run: make clean