diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7afd53b..7012347 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -40,4 +40,6 @@ jobs: # Finally, we run the package unit-tests on the specified OS and python versions. - name: Test with pytest run: | - pytest + pip install git+https://github.com/LSDOlab/lsdo_test.git + lsdo_test \* + # pytest diff --git a/setup.py b/setup.py index e0917eb..70e3db5 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def get_version(rel_path): 'sphinx-autoapi', 'numpydoc', 'gitpython', - 'sphinxcontrib-collections @ git+https://github.com/anugrahjo/sphinx-collections.git', # 'sphinx-collections', + 'sphinx-collections @ git+https://github.com/anugrahjo/sphinx-collections.git', # 'sphinx-collections', 'sphinxcontrib-bibtex', 'setuptools', 'wheel',