Skip to content

Commit 27a6b3f

Browse files
committed
Remove windows which is not functioning
1 parent 814a14f commit 27a6b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest]
18+
os: [ubuntu-latest]
1919
python: [3.6, 3.7]
2020
env:
2121
ACTIONS: 1

0 commit comments

Comments
 (0)