From c3a72b55712600335efba90a23774a7ef4abce1e Mon Sep 17 00:00:00 2001 From: dcsena Date: Sun, 19 Mar 2023 18:15:00 -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 9bb3efbe6..5dd1de1ca 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}} + if: ${{ matrix.python-version > 3.5 && matrix.python-version < 4.0}} run: pip install yourbase; pip install --force-reinstall coverage==6.1 - name: Install nose (Jython) if: ${{ matrix.python-impl == 'jython' }}