Skip to content

Commit 8158fe7

Browse files
comment out pip install
1 parent 3c924ea commit 8158fe7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ur-build-hw.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)