Skip to content

Commit

Permalink
enable windows for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Steringer committed Feb 3, 2022
1 parent e508993 commit a580067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest"] #, "windows-latest"]
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.6"] #, "3.7", "3.8", "3.9", "3.10"]
steps:
- name: "Grab Code"
Expand Down

0 comments on commit a580067

Please sign in to comment.