Skip to content

Commit

Permalink
Add CI tests for macOS (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiancross committed Aug 23, 2021
1 parent ac887f0 commit e9a52bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
promttoolkit: [3.*, 2.*]
exclude:
Expand Down

0 comments on commit e9a52bd

Please sign in to comment.