From e7a50717b46da662f548496232cb06bcbe7d3e4a Mon Sep 17 00:00:00 2001 From: Sam Foreman Date: Fri, 19 Apr 2024 13:43:35 -0500 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c526a13..39efe51 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest matplotlib cycler + pip install flake8 pytest matplotlib cycler seaborn - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names