summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Diemer <github.com@jensdiemer.de>2021-05-11 16:18:50 +0200
committerGitHub <noreply@github.com>2021-05-11 16:18:50 +0200
commitf0766f1859a227134d2314491821b85f360bc202 (patch)
treebeb54979afcee730835e636a3f5e2754c04e7e6d
parentcf21626febb20b6aa4694b08cad37bb5d26b05aa (diff)
downloadcreole-f0766f1859a227134d2314491821b85f360bc202.tar.gz
deactivate tests on windows
-rw-r--r--.github/workflows/pythonapp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml
index 1d6d9f1..e64604a 100644
--- a/.github/workflows/pythonapp.yml
+++ b/.github/workflows/pythonapp.yml
@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.9, 3.8, 3.7, 3.6]
- os: [ubuntu-latest, macOS-latest, windows-latest]
+ os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: 'Set up Python ${{ matrix.python-version }}'