Skip to content

Commit 280c42e

Browse files
committed
Add new Python dependencies to unit test workflow
Added seaborn, numexpr, python-libcombine, and deepdiff to the list of installed packages in the unit test GitHub Actions workflow to support new or updated test requirements.
1 parent 0cd51e1 commit 280c42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python3 -m pip install --upgrade pip
24-
python3 -m pip install pytest-cov openpyxl pytest-httpx pysces lmfit
24+
python3 -m pip install pytest-cov openpyxl pytest-httpx pysces lmfit seaborn numexpr python-libcombine deepdiff
2525
pip3 install -e .
2626
2727
- name: Test with pytest

0 commit comments

Comments
 (0)