From 21a0deb6e8ec908bd5d767e18194b82e4cbcdfc5 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Tue, 18 Jun 2024 11:57:54 -0400 Subject: [PATCH] BUG: updated text evaluation Updated the yaml text evaluation. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cb85e3a..3d2c3e3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: run: pip install .[test] - name: Install extra dependencies - if: ${{ matrix.install-extras != "none" }} + if: ne(${{ matrix.install-extras }}, "base") run: pip install .[${{ matrix.install-extras }}] - name: Test PEP8 compliance