Skip to content

Commit eb4dc41

Browse files
committed
[actions] use apt for python dependencies
1 parent 429c6cf commit eb4dc41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- uses: actions/checkout@v4
25-
- run: pip install jmespath netaddr
25+
- run: sudo apt install python3-jmespath python3-netaddr
2626
- run: ansible-galaxy install geerlingguy.ntp
2727
- name: setup vagrant
2828
run: |

.yamllint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
yaml:
3+
rules:
4+
line-length:
5+
max: 120

0 commit comments

Comments
 (0)