mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Add step for installing pip modules in manual gRPC paths action
This commit is contained in:
parent
2a2598e503
commit
c57f2d8b4a
@ -101,6 +101,11 @@ jobs:
|
||||
run: echo "::set-output name=PYTHON_EXECUTABLE::$(python -c 'import sys; import pathlib; print (pathlib.PurePath(sys.executable).as_posix())')"
|
||||
- name: Print Python path
|
||||
run: echo ${{ steps.python-path.outputs.PYTHON_EXECUTABLE }}
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
${{ steps.python-path.outputs.PYTHON_EXECUTABLE }} -m pip install --upgrade pip
|
||||
${{ steps.python-path.outputs.PYTHON_EXECUTABLE }} -m pip install grpcio-tools
|
||||
${{ steps.python-path.outputs.PYTHON_EXECUTABLE }} -m pip install pytest
|
||||
- name: Setup vcpkg
|
||||
uses: lukka/run-vcpkg@v5
|
||||
id: runvcpkg
|
||||
|
Loading…
Reference in New Issue
Block a user