Skip to content

Commit

Permalink
BUG: updated text evaluation
Browse files Browse the repository at this point in the history
Updated the yaml text evaluation.
  • Loading branch information
aburrell committed Jun 18, 2024
1 parent 8135a67 commit 21a0deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21a0deb

Please sign in to comment.