File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,15 @@ jobs:
124124
125125 # TODO: move installation of python3-venv to docker
126126 # Latest distros do not allow global pip installation
127- - name : Install UR python dependencies in venv
128- working-directory : ./unified-runtime
129- run : |
130- sudo apt update
131- sudo apt install -y python3-venv
132- python3 -m venv .venv
133- . .venv/bin/activate
134- echo "${PWD}/.venv/bin" >> $GITHUB_PATH
135- pip install -r third_party/requirements.txt
127+ # - name: Install UR python dependencies in venv
128+ # working-directory: ./unified-runtime
129+ # run: |
130+ # sudo apt update
131+ # sudo apt install -y python3-venv
132+ # python3 -m venv .venv
133+ # . .venv/bin/activate
134+ # echo "${PWD}/.venv/bin" >> $GITHUB_PATH
135+ # pip install -r third_party/requirements.txt
136136
137137 - name : Download DPC++
138138 run : |
You can’t perform that action at this time.
0 commit comments