Update build.yml

This commit is contained in:
Christian Clauss 2023-06-25 10:11:16 +02:00 committed by GitHub
parent 1c75203504
commit 880b9ab910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip setuptools six wheel
python -m pip install pytest-cov -r requirements.txt
- name: Run tests
# TODO: Re-enable quantum tests
# TODO: #8818 Re-enable quantum tests
run: pytest
--ignore=quantum/bb84.py
--ignore=quantum/q_fourier_transform.py