ci: add missing checkout

This commit is contained in:
Stéphane Bidoul 2021-11-05 21:04:36 +01:00
parent 6885ff6b3c
commit 5f46b29886
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -15,6 +15,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"