Skip to content

Commit

Permalink
CI: pypy-3.7-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Oct 12, 2021
1 parent ba809f3 commit 9e5aae7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, pypy-3.7-nightly]

steps:

Expand All @@ -22,11 +22,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
- if: startsWith(matrix.python-version, 'pypy') != true
name: Install HPy (only for CPython)
run: |
git clone -b release/0.0.3 --single-branch https://github.com/hpyproject/hpy
cd hpy
pip install .
- name: Install dependencies
run: |
pip install numpy cython pytest transonic pythran
- name: Checkout
Expand Down

0 comments on commit 9e5aae7

Please sign in to comment.