Skip to content

Commit 294c07b

Browse files
committed
Try installing psutil in venv
1 parent 3a8dfff commit 294c07b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ jobs:
207207
- uses: seanmiddleditch/gha-setup-ninja@master
208208
- name: Build and test
209209
run: |
210+
python3 -m venv .venv
211+
source .venv/bin/activate
210212
python3 -m pip install psutil
211213
bash libcxx/utils/ci/run-buildbot ${{ matrix.config }}
212214
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0

0 commit comments

Comments
 (0)