File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 julia :
15- name : Test Julia (${{ matrix.jlversion }}, ${{ matrix.os }}, ${{ matrix.pythonexe }})
15+ name : Julia (${{ matrix.jlversion }}, ${{ matrix.os }}, ${{ matrix.pythonexe }})
1616 runs-on : ${{ matrix.os }}
1717 strategy :
1818 fail-fast : false
4242 uses : julia-actions/julia-buildpkg@v1
4343 env :
4444 PYTHON : python
45+
46+ - name : Build PyCall
47+ if : ${{ matrix.pythonexe == 'python' }}
48+ run : |
49+ julia --project=test -e 'import Pkg; Pkg.build("PyCall")'
50+ env :
51+ PYTHON : python
4552
4653 - name : Run tests
4754 uses : julia-actions/julia-runtest@v1
6067 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6168
6269 python :
63- name : Test Python (${{ matrix.pyversion }}, ${{ matrix.os }}, ${{ matrix.juliaexe }})
70+ name : Python (${{ matrix.pyversion }}, ${{ matrix.os }}, ${{ matrix.juliaexe }})
6471 runs-on : ${{ matrix.os }}
6572 strategy :
6673 fail-fast : false
You can’t perform that action at this time.
0 commit comments