We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1653188 commit 4cc014bCopy full SHA for 4cc014b
.github/workflows/run_tests.yaml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
22
python-version: ["3.11"]
23
steps:
24
- name: Checkout
0 commit comments