File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -126,21 +126,17 @@ jobs:
126126 pwd
127127 echo "${{github.workspace}}"
128128
129- - name : Fix broken install
130- run : |
131- apt --fix-broken install -y
132-
133129 # TODO: move installation of python3-venv to docker
134130 # Latest distros do not allow global pip installation
135- - name : Install UR python dependencies in venv
136- working-directory : ./unified-runtime
137- run : |
138- sudo apt update
139- sudo apt install -y python3-venv
140- python3 -m venv .venv
141- . .venv/bin/activate
142- echo "${PWD}/.venv/bin" >> $GITHUB_PATH
143- pip install -r third_party/requirements.txt
131+ # - name: Install UR python dependencies in venv
132+ # working-directory: ./unified-runtime
133+ # run: |
134+ # sudo apt update
135+ # sudo apt install -y python3-venv
136+ # python3 -m venv .venv
137+ # . .venv/bin/activate
138+ # echo "${PWD}/.venv/bin" >> $GITHUB_PATH
139+ # pip install -r third_party/requirements.txt
144140
145141 - name : Download DPC++
146142 run : |
Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ jobs:
137137 # - name: Checkout LLVM
138138 # uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
139139
140- # - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.0.0
141- # with:
142- # python-version: 3.9
140+ # - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.0.0
141+ # with:
142+ # python-version: 3.9
143143
144144 # - name: Install prerequisites
145145 # working-directory: ${{github.workspace}}/unified-runtime
You can’t perform that action at this time.
0 commit comments