Skip to content

Commit

Permalink
reqs install before local
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Dec 23, 2023
1 parent 23cf65c commit 88f082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install squadds library
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r requirements.txt
pip install -e .
pip install pyEPR-quantum
- name: Verify qutip and scqubits Installation
Expand Down

0 comments on commit 88f082a

Please sign in to comment.