Skip to content

Commit

Permalink
[#117] Enable Linux and OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Oct 24, 2021
1 parent c116ab8 commit ac9af0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
build:
strategy:
matrix:
# os: [ubuntu-18.04]
# python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10.0]
os: [ubuntu-18.04]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10.0]
include:
# - os: macos-10.15
# python-version: 3.10.0
- os: macos-10.15
python-version: 3.10.0
- os: windows-2019
python-version: 3.10.0
architecture: 'x86'
Expand Down

0 comments on commit ac9af0e

Please sign in to comment.