Skip to content

Commit 419a18f

Browse files
committed
Fixed package-check error
1 parent 19a6d39 commit 419a18f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
run: |
3232
python -m pip install -r requirements.txt
3333
34-
- name: Check installed packages
34+
- name: Check if installed packages confirm with requirements.txt
3535
run: |
36-
python freeze -r requirements.txt
36+
pip freeze -r requirements.txt
3737
3838
- name: Run tests
3939
run: |

0 commit comments

Comments
 (0)