From 9228f7333299489172090982a7e2e9a1e2b32be6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 25 Jun 2023 09:35:05 +0200 Subject: [PATCH] GitHub Actions build: Add more tests Re-enable some tests that were disabled in #6591. Fixes #8818 --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b9cc890b6af..917971267bb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,9 +24,6 @@ jobs: - name: Run tests # See: #6591 for re-enabling tests on Python v3.11 run: pytest - --ignore=computer_vision/cnn_classification.py - --ignore=machine_learning/lstm/lstm_prediction.py - --ignore=quantum/ --ignore=project_euler/ --ignore=scripts/validate_solutions.py --cov-report=term-missing:skip-covered