Skip to content

Commit 5782207

Browse files
committed
chore: Adding dev wheel dependency; ignore pypi credentials
1 parent 961471e commit 5782207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install -e .[dev]
2626
- name: Test with pytest
2727
run: |
28-
pytest --cov=topofileformats -x
28+
pytest --cov=AFMReader -x
2929
- name: Determine coverage
3030
run: |
3131
coverage xml

0 commit comments

Comments
 (0)