From b1d7cfd7088793e8890b5d640d129aa750e84022 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Mon, 5 Apr 2021 22:38:53 +0200 Subject: [PATCH] remove zlib install for now --- .github/workflows/test_build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 6a075df21c..69aa0bcc02 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [3.7, 3.8] + python-version: [3.7] steps: - uses: actions/checkout@v2 @@ -46,7 +46,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Venv run: | - sudo apt-get install -y --no-install-recommends zlib ./tools/create_env.sh - name: Build