Skip to content

Commit 7c44146

Browse files
Fix testsgpu yml file (#7006)
**Context:** Same as #7005, but for gpu test yml file **Description of the Change:** **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** --------- Co-authored-by: Rashid N H M <[email protected]>
1 parent 2f5a6ad commit 7c44146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-gpu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Install dependencies
9494
run: |
95-
python -m pip install --upgrade pip && pip install wheel --upgrade
95+
python -m pip install --upgrade pip wheel setuptools>=75.8.1
9696
pip install -r requirements-ci.txt --upgrade
9797
pip install -r requirements-dev.txt --upgrade
9898
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install PennyLane
104104
run: |
105105
python setup.py bdist_wheel
106-
pip install dist/PennyLane*.whl
106+
pip install dist/pennylane*.whl
107107
108108
- name: Install Lightning-master
109109
run: python -m pip install -i https://test.pypi.org/simple/ PennyLane-Lightning --pre --upgrade

0 commit comments

Comments
 (0)