Skip to content

Commit de9561b

Browse files
committed
Test on macos
1 parent eb7b40a commit de9561b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test_and_deploy.yml

+1-4
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]
2421
python-version: ['3.8', '3.9', '3.10']
2522

2623
steps:

0 commit comments

Comments
 (0)