fix: apt install git

This commit is contained in:
Tom Hu 2024-10-22 11:01:16 -05:00
parent fb8354c7e7
commit 0d82b0d4a7
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -96,10 +96,13 @@ jobs:
run-container:
runs-on: ubuntu-latest
container: python:3.10-slim
container: python:latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Install deps
run: |
sudo apt install git-all
- name: Upload coverage to Codecov (script)
uses: ./
with: