From fa9619495619c5f85da94b833d815ee0985c7b17 Mon Sep 17 00:00:00 2001 From: Georg Schramm Date: Tue, 18 Jun 2024 14:57:16 +0200 Subject: [PATCH] update GHA --- .github/workflows/c_python_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c_python_build.yml b/.github/workflows/c_python_build.yml index e5ffef46..3fe77832 100644 --- a/.github/workflows/c_python_build.yml +++ b/.github/workflows/c_python_build.yml @@ -47,7 +47,7 @@ jobs: pdm show --version - name: Install dependencies and package run: | - pdm update -d -G test + pdm install -d -G test - if: matrix.os == 'ubuntu-latest' name: Run Tests