We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb29602 commit a77a857Copy full SHA for a77a857
.github/workflows/pull-request.yml
@@ -39,6 +39,7 @@ jobs:
39
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
40
python${{ matrix.python-version }} -m pip install --upgrade pip
41
python${{ matrix.python-version }} -m pip install --no-deps .[server,test]
42
+ python${{ matrix.python-version }} -m pip install lobsterpy
43
- name: Test modules
44
run: python${{ matrix.python-version }} -m pytest --cov=crystal_toolkit --cov-report=xml tests
45
- name: Test example apps
0 commit comments