Skip to content

Commit 9228f73

Browse files
authored
GitHub Actions build: Add more tests
Re-enable some tests that were disabled in #6591. Fixes #8818
1 parent 267a8b7 commit 9228f73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Run tests
2525
# See: #6591 for re-enabling tests on Python v3.11
2626
run: pytest
27-
--ignore=computer_vision/cnn_classification.py
28-
--ignore=machine_learning/lstm/lstm_prediction.py
29-
--ignore=quantum/
3027
--ignore=project_euler/
3128
--ignore=scripts/validate_solutions.py
3229
--cov-report=term-missing:skip-covered

0 commit comments

Comments
 (0)