Skip to content

Commit

Permalink
installation of VC++ Redistributable Package added
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Otepka committed Jun 17, 2024
1 parent 92bd6d0 commit cd2f2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
#ssh $env:SSH_HOST -p $env:SSH_PORT "dir c:\src\ipyparallel"
#ssh $env:SSH_HOST -p $env:SSH_PORT "type c:\src\ipyparallel\pyproject.toml"
ssh $env:SSH_HOST -p $env:SSH_PORT "echo IPP_DISABLE_JS=$env:IPP_DISABLE_JS"
ssh $env:SSH_HOST -p $env:SSH_PORT "$env:IPP_DISABLE_JS=1; pip install -e file://c:/src/ipyparallel#egg=ipyparallel[test]"
ssh $env:SSH_HOST -p $env:SSH_PORT "pip install -e file://c:/src/ipyparallel#egg=ipyparallel[test]"
# we need to disable the windows firewall for github runners otherwise the ipyparallel engines cannot connect to the controller.
# obviously, a more precautious adaption of the firewall would be desirable. since an adaption of the firewall is NOT necessary
Expand Down

0 comments on commit cd2f2ec

Please sign in to comment.