Skip to content

Commit

Permalink
install virtualenv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Jun 20, 2024
1 parent b845ece commit 61a9bf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
sudo cp -r "cln/usr" "/"
rm -rf "clightning-v24.05-Ubuntu-22.04.tar.xz" "cln"
- name: Install virtualenv
run: python -m pip install --user virtualenv

- name: Integration tests
run: make itest

Expand Down

0 comments on commit 61a9bf2

Please sign in to comment.