Skip to content

Commit 530b380

Browse files
committed
Fuck Windows! Fuck Microsoft!
🖕我操你妈 Windows! 🖕我操你妈微软!
1 parent 891f6da commit 530b380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
operating-system: [ubuntu, windows, macos]
16+
operating-system: [ubuntu, macos]
1717
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1818

1919
steps:
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
python -m pip install flake8 tox-gh
29-
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3030
- name: Lint with flake8
3131
run: |
3232
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)