Skip to content

Commit 7f60f6c

Browse files
committed
ci: fix pypy tests
1 parent 5a14c95 commit 7f60f6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
matrix:
1616
os: [ ubuntu-latest, macos-latest, windows-latest ]
1717
python-version: [ '3.7', '3.8', '3.9', 'pypy-3.7' ]
18+
exclude:
19+
- os: macos-latest
20+
python-version: 'pypy-3.7'
1821

1922
runs-on: ${{ matrix.os }}
2023

@@ -32,6 +35,9 @@ jobs:
3235
path: ~/.cache/pypoetry/virtualenvs
3336
key: ${{ matrix.os }}-${{ matrix.python-version }}-poetry-${{ hashFiles('pyproject.toml') }}
3437

38+
- run: sudo apt-get install -y libxml2-dev libxslt-dev
39+
if: ${{ matrix.os == 'ubuntu-latest' }}
40+
3541
- run: poetry install -E client_id -E filelike
3642

3743
- run: poetry run pytest

0 commit comments

Comments
 (0)