Skip to content

Commit

Permalink
- revert test action change
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 13, 2021
1 parent c56a1d2 commit 776a6ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
- ["3.8", "py38"]
- ["3.8", "docs"]
- ["3.8", "coverage"]
os:
- ubuntu-latest
- windows-latest

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

0 comments on commit 776a6ed

Please sign in to comment.