Skip to content

Commit

Permalink
Fix deps and ci cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Feb 22, 2024
1 parent 906cdf7 commit e564c38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Run pytest
env:
AIIDA_WARN_v3: 1
run: pytest -sv tests --cov aiida-vibroscopy
run: pytest -sv --cov aiida_vibroscopy tests

- name: Upload to Codecov
if: matrix.python-version == 3.10
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ pre-commit = [
tests = [
'pgtest~=1.3',
'pytest~=6.0',
'coverage[toml]',
'pytest-cov',
'pytest-regressions~=2.3',
'pytest-timeout',
]
docs = [
'myst-nb~=1.0.0',
Expand Down

0 comments on commit e564c38

Please sign in to comment.