Skip to content

Commit

Permalink
ci: Skip Windows + pypy-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 849e0cc commit 6781d8b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,16 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.7]
exclude:
- os: windows-latest
python-version: pypy-3.7
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
- name: Install zlib (Windows)
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
- env:
Expand Down

0 comments on commit 6781d8b

Please sign in to comment.