Skip to content

Commit 4eb8cd8

Browse files
Update .github/workflows/build.yml
Co-authored-by: Christian Clauss <[email protected]>
1 parent 815cfc3 commit 4eb8cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip setuptools six wheel
2424
python -m pip install pytest-cov -r requirements.txt
2525
- name: Run tests
26-
# TODO: #8818 Re-enable quantum tests (files are currently disabled)
26+
# TODO: #8818 Re-enable filenames ending with `.py.DISABLED`.
2727
run: pytest
2828
--ignore=project_euler/
2929
--ignore=scripts/validate_solutions.py

0 commit comments

Comments
 (0)