Skip to content

Commit b1a3e1d

Browse files
fix gh actions
1 parent 9b4b333 commit b1a3e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
4040
- name: Run tests
4141
run: |
42-
../../plurals/pytest tests.py
42+
pytest plurals/tests.py

0 commit comments

Comments
 (0)