Skip to content

Commit

Permalink
fix: zenodo path
Browse files Browse the repository at this point in the history
  • Loading branch information
rcatzel committed Oct 9, 2024
1 parent 9459158 commit 649cd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pre-commit run --all-files -c .pre-commit-config.yaml
- name: Test with pytest
run: |
python -m instanovo.scripts.get_zenodo_record.py
python -m instanovo.scripts.get_zenodo_record
pytest -v --alluredir=allure_results --cov-report=html --cov --cov-config=.coveragerc --random-order
coverage report -m
- name: Test notebooks on Linux
Expand Down

0 comments on commit 649cd17

Please sign in to comment.