Skip to content

Commit 3f5d5cd

Browse files
committed
Merge branch 'feature/github_actions' into feature/read_docs
2 parents ef9f0b3 + 1d378ed commit 3f5d5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
python -m pip install --upgrade pip
2020
poetry install -vv
2121
- name: Test
22-
run: pytest
22+
run: poetry run pytest

0 commit comments

Comments
 (0)