Skip to content

Commit 4021ce1

Browse files
committed
Install adhoc patched packages during unittest
1 parent 02a6614 commit 4021ce1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-unittests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
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
2225
pip install pytest pytest-cov fastnumbers numpy scipy prettytable openpyxl pandas json_tricks psutil
2326
- name: Test with pytest
2427
run: |

0 commit comments

Comments
 (0)