We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa47351 commit f05595eCopy full SHA for f05595e
.github/workflows/tests.yml
@@ -51,9 +51,11 @@ jobs:
51
run: |
52
pip install uv
53
uv venv
54
+ # FIXME: https://github.com/astral-sh/uv/issues/1386
55
echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV
56
- name: Check Python version
57
58
+ # FIXME: https://github.com/astral-sh/uv/issues/1910
59
source $VIRTUAL_ENV/bin/activate
60
python --version
61
- name: Restore packages
@@ -74,6 +76,8 @@ jobs:
74
76
sparse-checkout-cone-mode: false
75
77
- name: Run examples
78
79
80
+ source $VIRTUAL_ENV/bin/activate
81
./examples/run_all.sh
82
# tests:
83
# name: tests-py${{ matrix.python-version }}-qiskit${{ matrix.qiskit-version }}-resolve-${{ matrix.resolution-strategy }}
0 commit comments