From ab68172e694493bfae25b712eff2c49d02ba070e Mon Sep 17 00:00:00 2001 From: dcsena Date: Sun, 19 Mar 2023 18:25:08 -0400 Subject: [PATCH] refactoring --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f6dcd40c..a31f16383 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: if: ${{ matrix.python-impl != 'jython' }} run: pip install nose - name: Install yourbase - if: ${{ (matrix.python-version > 3.5 && matrix.python-version < 4.0) || matrix.python-version == pypy-3.6 || matrix.python-version == pypy-3.7}} + if: ${{ (matrix.python-version > 3.5 && matrix.python-version < 4.0) || matrix.python-version == 'pypy-3.6' || matrix.python-version == 'pypy-3.7'}} run: pip install yourbase; pip install --force-reinstall coverage==6.1 - name: Install nose (Jython) if: ${{ matrix.python-impl == 'jython' }}