Skip to content

Commit e17684e

Browse files
committed
👷 fix: update workflow for tests. v3
Signed-off-by: Saif Ul Islam <saifulislam84210@gmail.com>
1 parent dc1bb04 commit e17684e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
make lint
3636
- name: Test with pytest
3737
run: |
38-
make local-install && make test
38+
pip freeze && make local-install && make test

0 commit comments

Comments
 (0)