From 02f6a09e84a28bc5e537a16ec856c237b1d539c9 Mon Sep 17 00:00:00 2001 From: Jannik Kissinger Date: Sun, 16 Jun 2024 12:26:06 +0200 Subject: [PATCH] checkout repo for poetry (#233) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 582de75..78cdcd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,6 +136,8 @@ jobs: id-token: write contents: write steps: + - name: "Checkout repo" + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 - name: Upgrade pip version