Fix test workflow: install git before checkout
This commit is contained in:
parent
50d9c603bd
commit
3677295580
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ jobs:
|
|||
image: python:3.12-slim
|
||||
|
||||
steps:
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get install -y --no-install-recommends git
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue