Skip to content

Commit

Permalink
ci: Add scoop extras bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 826a6d1 commit 849e0cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
cache: pip
cache-dependency-path: setup.py
- name: Install zlib (Windows)
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-latest' && matrix.python-version == 'pypy-3.7'
run: |
iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
scoop bucket add extras
scoop install zlib
- run: pip install .[test] coveralls
- run: pytest --cov agatecharts
Expand Down

0 comments on commit 849e0cc

Please sign in to comment.