From 73028e7a11f17bbdcba87144f7038a71a8c7b17b Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 12 May 2021 23:28:28 +0300 Subject: [PATCH] Use bash by default. temporary disable all except Windows --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b7feb4bd..c71660b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,8 +19,8 @@ jobs: fail-fast: true matrix: os: - - ubuntu-latest - - macos-latest +# - ubuntu-latest +# - macos-latest - windows-latest python-version: - 3.7