We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
find_libpython
1 parent c647b58 commit 6f9610bCopy full SHA for 6f9610b
.github/workflows/system.yml
@@ -67,6 +67,9 @@ jobs:
67
if: ${{ matrix.python-version != '2.7' }}
68
- run: virtualenv --version
69
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' }}
73
- name: Setup julia
74
uses: julia-actions/setup-julia@v1
75
with:
0 commit comments