remove zlib install for now

This commit is contained in:
Milan Kolar 2021-04-05 22:38:53 +02:00
parent d5168d9e10
commit b1d7cfd708

View file

@ -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