Skip to content

Commit 6965426

Browse files
Balandatfacebook-github-bot
authored andcommitted
Remove windows os from min req tests (#1101)
Summary: This caused issue with unix shell specific commands. We don't need to test this on windows, so we can just remove this. Pull Request resolved: #1101 Reviewed By: saitcakmak Differential Revision: D34524483 Pulled By: Balandat fbshipit-source-id: 9ee2270a0e9bba4398b17c32cbb74539df2793b8
1 parent f26899c commit 6965426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
63+
os: ["ubuntu-latest", "macos-latest"]
6464
python-version: [3.7, 3.9]
6565
steps:
6666
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)