Skip to content

Commit 19a6d39

Browse files
committed
Added test to check installed packages
1 parent 8880a91 commit 19a6d39

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
push:
45
pull_request:
56

67
jobs:
@@ -30,6 +31,10 @@ jobs:
3031
run: |
3132
python -m pip install -r requirements.txt
3233
34+
- name: Check installed packages
35+
run: |
36+
python freeze -r requirements.txt
37+
3338
- name: Run tests
3439
run: |
3540
python -m unittest discover -v

0 commit comments

Comments
 (0)