Skip to content

Commit da7d6a1

Browse files
committed
CI: Remove windows from build matrix
ryp2 currently does not install on windows runner Change-Id: I3abcd4b8139aea14ab49286e724e006eb3e3167c
1 parent 3ded171 commit da7d6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ['3.9', '3.11', '3.12']
1414
r-version: [release]
15-
os: [windows-latest, macOS-latest, ubuntu-latest]
15+
os: [macOS-latest, ubuntu-latest]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)