Skip to content

Commit

Permalink
- continuing to debug with pypy;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Oct 26, 2024
1 parent a57d900 commit d873fdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
python-version: ${{ matrix.python }}
allow-prereleases: true

- name: check compiler
if: startsWith(matrix.python, 'pypy-')
run: |
g++ --version
- name: install SlipCover and pytest
run: |
python3 -m pip install -U pip # to avoid warnings
Expand Down

0 comments on commit d873fdd

Please sign in to comment.