We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8dfff commit 294c07bCopy full SHA for 294c07b
.github/workflows/libcxx-build-and-test.yaml
@@ -207,6 +207,8 @@ jobs:
207
- uses: seanmiddleditch/gha-setup-ninja@master
208
- name: Build and test
209
run: |
210
+ python3 -m venv .venv
211
+ source .venv/bin/activate
212
python3 -m pip install psutil
213
bash libcxx/utils/ci/run-buildbot ${{ matrix.config }}
214
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
0 commit comments