Skip to content

Commit

Permalink
- quick and dirty test to see if we can get windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 13, 2021
1 parent a369805 commit c7bafe9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
- ["3.8", "py38"]
- ["3.8", "docs"]
- ["3.8", "coverage"]
os:
- ubuntu-latest
- windows-latest

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
name: ${{ matrix.config[1] }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c7bafe9

Please sign in to comment.