Skip to content

Commit 99d79b8

Browse files
committed
Also install dynamic linking on PyPy
1 parent cdfc4f6 commit 99d79b8

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
@@ -136,6 +136,10 @@ jobs:
136136
strategy:
137137
matrix:
138138
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
139+
python_version: ["python"]
140+
include:
141+
- os: "ubuntu-latest"
142+
python_version: "pypy"
139143
steps:
140144
- uses: actions/[email protected]
141145
with:
@@ -145,7 +149,7 @@ jobs:
145149
with:
146150
channels: conda-forge,defaults
147151
- name: Install requirements (universal)
148-
run: conda install isa-l python tox
152+
run: conda install isa-l ${{ matrix.python_version}} tox
149153
- name: Set MSVC developer prompt
150154
uses: ilammy/[email protected]
151155
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)