We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29688ee commit af65460Copy full SHA for af65460
.github/workflows/unit-test.yml
@@ -132,7 +132,7 @@ jobs:
132
done <<< "$ADDITIONAL_OS_PACKAGES"
133
134
- name: Upgrade PIP and install wheel
135
- run: uv pip install --upgrade pip wheel
+ run: uv pip install --upgrade pip wheel setuptools>=75.8.1
136
137
- name: Install PennyLane dependencies
138
run: |
@@ -158,7 +158,7 @@ jobs:
158
shell: bash
159
160
uv build --wheel
161
- uv pip install dist/PennyLane*.whl
+ uv pip install dist/pennylane*.whl
162
163
- name: Install additional PIP packages (Post PennyLane Install)
164
0 commit comments