diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4dc8c81..77b218f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -121,3 +121,14 @@ jobs: - name: Test package with SMSpp run: | pytest --force-smspp + + - name: Install pypsa2smspp with tests + run: | + git clone https://github.com/SPSUnipi/pypsa2smspp.git + cd pypsa2smspp + pip install -e .[dev] + + - name: Test pypsa2smspp package + run: | + cd pypsa2smspp + pytest -v -W ignore diff --git a/.gitignore b/.gitignore index 13c3c76..f1424a8 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,4 @@ test/temp* # SMS and pypsa files *.nc *.txt +pypsa2smspp/