We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88da86 commit 4907594Copy full SHA for 4907594
1 file changed
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
python-version: ["3.10"]
15
- os: [ubuntu-22.04, windows-latest] # , macos-latest
+ os: [ubuntu-22.04] # windows-latest , macos-latest
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Install Dependencies (Linux)
0 commit comments