From 19687635fd575abc6d89073ccbe9a73a0fdd6601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Mon, 7 Aug 2023 08:27:42 +0200 Subject: [PATCH] Fix ci-python workflow Remove superfluous with statement. --- .github/workflows/ci-python.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 1d35bd31a..9ca601e40 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -54,7 +54,6 @@ jobs: - uses: actions/checkout@v3 - name: Install poetry and dependencies uses: greenbone/actions/poetry@v3 - with: - name: Build docs run: | cd docs