Skip to content

Commit bed5464

Browse files
committed
fix: makefile
1 parent a8e181c commit bed5464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_linux_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
pip install . -v
19+
pip install pytest
1920
- name: Test with pytest
2021
run: |
21-
pip install pytest
22-
make pytest
22+
make test

0 commit comments

Comments
 (0)