From e9a12337d4df93ffda40b068bed99cdf95c6db92 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 18 May 2020 15:59:34 -0500 Subject: [PATCH] readded pytest install Signed-off-by: Arthur Lu --- .github/workflows/ut-analysis.yml | 1 + .github/workflows/ut-superscript.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ut-analysis.yml b/.github/workflows/ut-analysis.yml index e8f236cd..261c2f8d 100644 --- a/.github/workflows/ut-analysis.yml +++ b/.github/workflows/ut-analysis.yml @@ -29,6 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi working-directory: ${{ env.working-directory }} - name: Test with pytest diff --git a/.github/workflows/ut-superscript.yml b/.github/workflows/ut-superscript.yml index fadce7cb..eac14dfe 100644 --- a/.github/workflows/ut-superscript.yml +++ b/.github/workflows/ut-superscript.yml @@ -29,6 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi working-directory: ${{ env.working-directory }} - name: Test with pytest