Skip to content

Commit

Permalink
Merge pull request #41 from ioannis-vm/main
Browse files Browse the repository at this point in the history
Bug fix and minor updates
  • Loading branch information
zsarnoczay authored Apr 10, 2024
2 parents 1a7a833 + 8f6d255 commit e20c6a8
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 681 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements_dev.txt
python -m pip install -e .
python -m pip install -e .[development]
- name: Run tests
run: |
python -m pytest --cov=pelicun --cov-report xml pelicun/tests
Expand Down
127 changes: 62 additions & 65 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit e20c6a8

Please sign in to comment.