We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815cfc3 commit 4eb8cd8Copy full SHA for 4eb8cd8
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install --upgrade pip setuptools six wheel
24
python -m pip install pytest-cov -r requirements.txt
25
- name: Run tests
26
- # TODO: #8818 Re-enable quantum tests (files are currently disabled)
+ # TODO: #8818 Re-enable filenames ending with `.py.DISABLED`.
27
run: pytest
28
--ignore=project_euler/
29
--ignore=scripts/validate_solutions.py
0 commit comments