Skip to content

Commit

Permalink
Removed pytest-pep8 from env and added windows-latest to build_and_te…
Browse files Browse the repository at this point in the history
…st.yml
  • Loading branch information
rickecon committed Apr 12, 2024
1 parent 7bf6c6b commit eaac70d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- sphinx-book-theme>=0.1.3
- pip
- pytest>=6.0
- pytest-pep8
- pytest-cov
- pytest-xdist
- pycodestyle
Expand Down

0 comments on commit eaac70d

Please sign in to comment.