Skip to content

Commit

Permalink
ci: Install zlib on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 08d28d9 commit 826a6d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
- name: Install zlib (Windows)
if: matrix.os == 'windows-latest'
run: |
iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
scoop install zlib
- run: pip install .[test] coveralls
- run: pytest --cov agatecharts
- env:
Expand Down

0 comments on commit 826a6d1

Please sign in to comment.