From 6e96fe7e9169c4a2c0b39a9fdcc06ec8719c347c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Thu, 20 Apr 2023 14:42:20 +0200 Subject: [PATCH] [build] fix github action --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ebaa18..5067bc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,7 @@ jobs: needs: tests steps: + - uses: actions/checkout@v3 - name: Install dependencies run: | python -m pip install --upgrade pip