Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3931816

Browse files
committedApr 19, 2023
Test on macos
1 parent 308134b commit 3931816

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

2623
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.