Skip to content

Commit 78d81de

Browse files
authored
Merge pull request #73 from matplotlib/test-platforms
Test on macOS and windows
2 parents eb7b40a + 07e4a0e commit 78d81de

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflows will upload a Python Package using Twine when a release is created
2-
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
3-
41
name: tests
52

63
on:
@@ -20,7 +17,7 @@ jobs:
2017
runs-on: ${{ matrix.platform }}
2118
strategy:
2219
matrix:
23-
platform: [ubuntu-latest]
20+
platform: [ubuntu-latest, macos-latest, windows-latest]
2421
python-version: ['3.8', '3.9', '3.10']
2522

2623
steps:

0 commit comments

Comments
 (0)