Skip to content

Commit a77a857

Browse files
committed
add lobsterpy in ci
1 parent cb29602 commit a77a857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
4040
python${{ matrix.python-version }} -m pip install --upgrade pip
4141
python${{ matrix.python-version }} -m pip install --no-deps .[server,test]
42+
python${{ matrix.python-version }} -m pip install lobsterpy
4243
- name: Test modules
4344
run: python${{ matrix.python-version }} -m pytest --cov=crystal_toolkit --cov-report=xml tests
4445
- name: Test example apps

0 commit comments

Comments
 (0)