We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a6614 commit 4021ce1Copy full SHA for 4021ce1
1 file changed
.github/workflows/run-unittests.yaml
@@ -19,6 +19,9 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
+ pip install https://github.com/smathot/seaborn/releases/download/adhoc%2F0.14.0datamatrix0/seaborn-0.14.0.dev0-py3-none-any.whl
23
+ pip install https://github.com/smathot/statsmodels/releases/download/adhoc%2F0.1datamatrix0/statsmodels-0.0.0-cp313-cp313-linux_x86_64.whl
24
+ pip install https://github.com/smathot/pingouin/releases/download/adhoc%2F0.5.5datamatrix0/pingouin-0.5.5-py3-none-any.whl
25
pip install pytest pytest-cov fastnumbers numpy scipy prettytable openpyxl pandas json_tricks psutil
26
- name: Test with pytest
27
0 commit comments