From eaac70d07a527c01e960f27ebd3b275ab228e8f1 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 11 Apr 2024 23:48:33 -0600 Subject: [PATCH] Removed pytest-pep8 from env and added windows-latest to build_and_test.yml --- .github/workflows/build_and_test.yml | 2 +- environment.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index b8754f71..ac2d88c2 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.9", "3.10"] steps: diff --git a/environment.yml b/environment.yml index ed0ed52f..cbfc5b31 100644 --- a/environment.yml +++ b/environment.yml @@ -16,7 +16,6 @@ dependencies: - sphinx-book-theme>=0.1.3 - pip - pytest>=6.0 -- pytest-pep8 - pytest-cov - pytest-xdist - pycodestyle