We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267a8b7 commit 9228f73Copy full SHA for 9228f73
.github/workflows/build.yml
@@ -24,9 +24,6 @@ jobs:
24
- name: Run tests
25
# See: #6591 for re-enabling tests on Python v3.11
26
run: pytest
27
- --ignore=computer_vision/cnn_classification.py
28
- --ignore=machine_learning/lstm/lstm_prediction.py
29
- --ignore=quantum/
30
--ignore=project_euler/
31
--ignore=scripts/validate_solutions.py
32
--cov-report=term-missing:skip-covered
0 commit comments