Skip to content

Commit

Permalink
Remove pip3 installs from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tklengyel committed Sep 30, 2024
1 parent 9b42c13 commit e0e50fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
sudo apt-get install -y \
clang llvm lld build-essential flex bison \
libjson-c-dev liblzo2-dev libglib2.0-dev meson ninja-build check
sudo pip3 install ctypesgen ipython
- name: Cache Xen debball
uses: actions/cache@v4
Expand Down Expand Up @@ -174,7 +173,6 @@ jobs:
sudo apt-get install -y \
clang autoconf-archive automake check \
libjson-c-dev liblzo2-dev libglib2.0-dev
sudo pip3 install ctypesgen ipython
- name: Cache Xen debball
uses: actions/cache@v4
Expand Down

0 comments on commit e0e50fc

Please # to comment.