File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1616 version :
1717 - ' 1'
1818 - ' 1.6'
19+ env :
20+ PYTHON : python3
21+
1922 steps :
2023 - uses : actions/checkout@v2
2124 - uses : julia-actions/setup-julia@v1
3134 ${{ runner.os }}-test-${{ env.cache-name }}-
3235 ${{ runner.os }}-test-
3336 ${{ runner.os }}-
37+ - run : >
38+ sudo apt-get install --no-install-recommends python3-setuptools python3-wheel
39+ && pip3 install sympy
3440 - uses : julia-actions/julia-buildpkg@v1
3541 - uses : julia-actions/julia-runtest@v1
3642 - uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ using SymbolicUtils
55using SymbolicUtils. Rewriters
66
77using Test
8- using PyCall, Conda
9- Conda. pip_interop (true )
10- Conda. pip (" install" , " sympy" )
8+ using PyCall # , Conda
9+ # Conda.pip_interop(true)
10+ # Conda.pip("install", "sympy")
11+ # ENV["PYTHON"]=""
1112using SymPy
1213
1314
You can’t perform that action at this time.
0 commit comments