diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0b78e41..e9c0014 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -57,6 +57,7 @@ jobs: - name: Test Wheel install and import run: | python -c "import cadet; print(cadet.__version__)" + cd .. - name: Test with pytest run: | pip install .[testing] diff --git a/setup.py b/setup.py index 0c8cf02..0dfe4f4 100644 --- a/setup.py +++ b/setup.py @@ -33,3 +33,4 @@ ], } ) +