Skip to content

Commit

Permalink
update in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryChen97 committed Nov 1, 2024
1 parent 1e2f143 commit 7cdecc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install wheel pytest pytest-cov pytest-mock --upgrade
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install setuptools if Python 3.12
if: startsWith(matrix.python-version, '3.12')
run: python -m pip install --upgrade pip setuptools

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7cdecc2

Please sign in to comment.