This commit is contained in:
parent
a4cacda7c7
commit
8958ac8dab
1 changed files with 5 additions and 2 deletions
|
|
@ -9,7 +9,10 @@ jobs:
|
|||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: setup python venv prereq
|
||||
run: apt-get update -qq && apt-get install -y -qq python3-venv
|
||||
- name: install runtime deps
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq python3-venv
|
||||
pip install six pytest
|
||||
- name: test
|
||||
run: make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue