Skip to content

Commit

Permalink
fixup! gh-actions: bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
verbit committed Jan 6, 2024
1 parent 8bf21eb commit 26a1bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y python3-pip libvirt-dev rebar3
sudo apt install -y git python3-pip libvirt-dev rebar3
pip3 install --break-system-packages -r requirements.txt -r requirements-dev.txt
- name: Lint
run: |
Expand Down

0 comments on commit 26a1bcb

Please sign in to comment.