From 1a455239753deccffacc511efdb3402be3f01a6a Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Mon, 15 May 2023 19:56:03 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b90582..f35ea9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,9 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Install package - run: make install + run: | + python -m pip install --upgrade pip + make install - name: Cache models uses: actions/cache@v3 with: