1 parent 706f497 commit 7e75066Copy full SHA for 7e75066
2 files changed
.github/workflows/python-app.yml
@@ -26,5 +26,7 @@ jobs:
26
pip install pytest
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
- name: Test with pytest
29
+ env:
30
+ PYTHONPATH: .
31
run: |
32
pytest tests/
.github/workflows/q_refine_benchmark.yml
@@ -24,6 +24,8 @@ jobs:
24
pip install qiskit qiskit-aer matplotlib numpy
25
- name: Run Q-Refine Enterprise Pipeline
python q_refine_pipeline.py
0 commit comments