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 7eafc49 commit 0272a41Copy full SHA for 0272a41
.github/workflows/litevm.yml
@@ -59,7 +59,7 @@ jobs:
59
cd ..
60
git clone https://github.com/brenns10/drgn -b ctf_0.0.31
61
cd drgn
62
- ../drgn-tools/venv/bin/python setup.py install
+ ../drgn-tools/venv/bin/pip install .
63
- name: Run tests
64
run: |
65
venv/bin/python -m testing.litevm.vm --delete-after-test --with-ctf
0 commit comments