Skip to content

Commit

Permalink
Install python tools using apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy committed Jan 22, 2024
1 parent 80cf648 commit 5bd4928
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,7 @@ jobs:
path: 'skupper-router'
- name: Install Linux build dependencies
run: |
sudo apt update; sudo apt install -y flake8 mypy pylint python3-qpid-proton libpython3-dev ninja-build libwebsockets-dev libnghttp2-dev nginx
- name: Install Python build dependencies
run: python3 -m pip install setuptools wheel cffi
sudo apt update; sudo apt install -y flake8 mypy pylint python3-qpid-proton libpython3-dev ninja-build libwebsockets-dev libnghttp2-dev nginx python3-cffi python3-setuptools python3-wheel
- name: Print job status
run: echo "This job's status is ${{ job.status }}."

Expand Down

0 comments on commit 5bd4928

Please sign in to comment.