Skip to content

Commit

Permalink
add pytest-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
h0anle committed Sep 26, 2024
1 parent e65c1bb commit da23559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install PySide6==6.7.2 pytest fitspy==2024.5 openpyxl==3.1.5 pandas==2.2.3 matplotlib==3.8.4 seaborn==0.13.2 markdown==3.7 lmfit superqt
python -m pip install PySide6==6.7.2 pytest fitspy==2024.5 openpyxl==3.1.5 pandas==2.2.3 matplotlib==3.8.4 seaborn==0.13.2 markdown==3.7 lmfit superqt pytest-qt
- name: Installed packages
run: |
Expand Down

0 comments on commit da23559

Please sign in to comment.