File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,10 @@ jobs:
22
22
python -m pip install --upgrade pip setuptools six wheel
23
23
python -m pip install pytest-cov -r requirements.txt
24
24
- name : Run tests
25
- # See : #6591 for re-enabling tests on Python v3.11
25
+ # TODO : #8818 Re-enable quantum tests
26
26
run : pytest
27
- --ignore=computer_vision/cnn_classification.py
28
- --ignore=machine_learning/lstm/lstm_prediction.py
29
- --ignore=quantum/
27
+ --ignore=quantum/bb84.py
28
+ --ignore=quantum/q_fourier_transform.py
30
29
--ignore=project_euler/
31
30
--ignore=scripts/validate_solutions.py
32
31
--cov-report=term-missing:skip-covered
Original file line number Diff line number Diff line change 167
167
* Arrays
168
168
* [ Permutations] ( data_structures/arrays/permutations.py )
169
169
* [ Prefix Sum] ( data_structures/arrays/prefix_sum.py )
170
- * [ Product Sum Array ] ( data_structures/arrays/product_sum.py )
170
+ * [ Product Sum] ( data_structures/arrays/product_sum.py )
171
171
* Binary Tree
172
172
* [ Avl Tree] ( data_structures/binary_tree/avl_tree.py )
173
173
* [ Basic Binary Tree] ( data_structures/binary_tree/basic_binary_tree.py )
You can’t perform that action at this time.
0 commit comments