GitHub Actions build: Add more tests

Re-enable some tests that were disabled in #6591.
Fixes #8818
This commit is contained in:
Christian Clauss 2023-06-25 09:35:05 +02:00 committed by GitHub
parent 267a8b72f9
commit 9228f73332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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