Skip to content

Commit 6f9610b

Browse files
committed
Install libpython2.7 for find_libpython
1 parent c647b58 commit 6f9610b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/system.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
if: ${{ matrix.python-version != '2.7' }}
6868
- run: virtualenv --version
6969
if: ${{ matrix.python-version != '2.7' }}
70+
# Install libpython2.7 for `find_libpython`
71+
- run: apt-get install python2.7-dev
72+
if: ${{ matrix.python-version != '2.7' && matrix.os == 'ubuntu-latest' }}
7073
- name: Setup julia
7174
uses: julia-actions/setup-julia@v1
7275
with:

0 commit comments

Comments
 (0)