File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 32
32
${{ matrix.os }} ${{ matrix.architecture }}
33
33
steps :
34
34
- uses : actions/checkout@v1
35
+ - name : Install libpython2.7 for `find_libpython` test
36
+ run : sudo apt-get install python2.7-dev
37
+ if : ${{ matrix.python-version != '2.7' && matrix.os == 'ubuntu-latest' }}
35
38
- name : Setup julia
36
39
uses : julia-actions/setup-julia@v1
37
40
with :
Original file line number Diff line number Diff line change 67
67
if : ${{ matrix.python-version != '2.7' }}
68
68
- run : virtualenv --version
69
69
if : ${{ matrix.python-version != '2.7' }}
70
+ - name : Install libpython2.7 for `find_libpython` test
71
+ run : sudo apt-get install python2.7-dev
72
+ if : ${{ matrix.python-version != '2.7' && matrix.os == 'ubuntu-latest' }}
70
73
- name : Setup julia
71
74
uses : julia-actions/setup-julia@v1
72
75
with :
You can’t perform that action at this time.
0 commit comments