Skip to content

Commit

Permalink
- more pypy fixes;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Oct 26, 2024
1 parent 4012c34 commit c821469
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,14 @@ jobs:
python3 -m pip install -U pip # to avoid warnings
python3 -m pip install pytest
- name: install SlipCover (non-pypy)
if: "! startsWith(matrix.python, 'pypy-')"
run: |
python3 -m pip install .
- name: install SlipCover (pypy)
if: startsWith(matrix.python, 'pypy-')
run: |
LDCXXSHARED="g++ -shared" python3 -m pip install .
- name: install Unix dependencies
if: matrix.os != 'windows-latest'
run: python3 -m pip install pytest-forked

- name: install SlipCover
run: |
python3 -m pip install .
- name: run tests
run: python3 -m pytest

Expand Down

0 comments on commit c821469

Please sign in to comment.