From 52f6d7b7c56087f5ed2a63ba986beb33cb2e177c Mon Sep 17 00:00:00 2001 From: Richard Kiss Date: Wed, 30 Nov 2022 19:31:14 -0800 Subject: [PATCH] Upgrade pip. --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9649d722..51679b07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,5 +30,6 @@ jobs: - name: Test core code with pytest run: | + pip install --upgrade pip pip install coverage pytest - coverage run -m py.test tests + coverage run -m pytest tests