From 8bc3026c57ac44cfdd7ceac4b8f5b2dd20f03d5f Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Wed, 25 Sep 2024 15:43:48 +0200 Subject: [PATCH] Update .github/workflows/ci.yml Signed-off-by: Lukas Burgholzer --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ac9b7..8bf01da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,6 @@ jobs: needs: change-detection if: fromJSON(needs.change-detection.outputs.run-python-tests) uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.4 - with: - skip-testing-latest-python: true code-ql: name: 📝 CodeQL