Skip to content

Commit

Permalink
installing xopt with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
YektaY committed Dec 5, 2023
1 parent 057022c commit 567668b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
else
mamba install flake8 zipp $(cat requirements.txt dev-requirements.txt)
fi
- name: Install xopt
shell: bash -el {0}
run: |
pip install xopt
- name: Install pyqt5
shell: bash -el {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ qdarkstyle
pillow
requests
tqdm
xopt>=2.0.0
#xopt>=2.0.0
pytest
pytest-qt

0 comments on commit 567668b

Please sign in to comment.