Skip to content

Commit 0272a41

Browse files
committed
CI: use pip install rather than setup.py install
Ah, the classic Python experience: deprecations for seemingly no reason. Signed-off-by: Stephen Brennan <[email protected]>
1 parent 7eafc49 commit 0272a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/litevm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cd ..
6060
git clone https://github.com/brenns10/drgn -b ctf_0.0.31
6161
cd drgn
62-
../drgn-tools/venv/bin/python setup.py install
62+
../drgn-tools/venv/bin/pip install .
6363
- name: Run tests
6464
run: |
6565
venv/bin/python -m testing.litevm.vm --delete-after-test --with-ctf

0 commit comments

Comments
 (0)