Skip to content

Commit

Permalink
fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pebaz committed Jul 23, 2020
1 parent cd1e9d1 commit 7a0aa0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest] # [windows-latest, macos-latest, ubuntu-latest]
python-version: [3.8] # [3.8, 3.7, 3.6]
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: [3.8, 3.7, 3.6]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7a0aa0f

Please sign in to comment.