Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@ test/temp*
# SMS and pypsa files
*.nc
*.txt
pypsa2smspp/
Loading