File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - name : Install Python dependencies
5454 shell : bash
5555 run : |
56+ sed -i '/^juliacall/d' requirements.txt # Remove juliacall to check if it works without
5657 pip install -r requirements.txt
5758
5859 - name : Run library test
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ def target():
260260 print ("Error: Expected at least one configuration file to start the library test" )
261261 sys .exit (1 )
262262
263- from OMPython import OMCSession , OMCSessionZMQ
263+ from OMPython import OMCSessionZMQ , OMCProcessDocker
264264
265265# Try to make the processes a bit nicer...
266266os .environ ["GC_MARKERS" ]= "1"
@@ -276,7 +276,7 @@ def target():
276276 ompython_omc_version = omc .sendExpression ('getVersion()' )
277277 os .environ ["OPENMODELICAHOME" ] = omhome
278278else :
279- omc = OMCSessionZMQ (docker = docker , dockerExtraArgs = dockerExtraArgs )
279+ omc = OMCProcessDocker (docker = docker , dockerExtraArgs = dockerExtraArgs )
280280 omhome = omc .sendExpression ('getInstallationDirectoryPath()' )
281281 omc_version = omc .sendExpression ('getVersion()' )
282282 ompython_omc_version = omc_version
You can’t perform that action at this time.
0 commit comments