Skip to content

Commit deae712

Browse files
committed
Re-enable pypy dynamic test
1 parent 6cb7bd7 commit deae712

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
strategy:
134134
matrix:
135135
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
136+
python_version: [ "python" ]
137+
include:
138+
- os: "ubuntu-latest"
139+
python_version: "pypy"
136140
steps:
137141
- uses: actions/[email protected]
138142
with:
@@ -142,7 +146,7 @@ jobs:
142146
with:
143147
channels: conda-forge,defaults
144148
- name: Install requirements (universal)
145-
run: conda install isa-l python tox
149+
run: conda install isa-l ${{ matrix.python_version}} tox
146150
- name: Set MSVC developer prompt
147151
uses: ilammy/[email protected]
148152
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)