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