Skip to content

Commit 9e96ce5

Browse files
author
Antoine
committed
Update dependency installation in OnPush workflow to include specific packages
1 parent 75033a4 commit 9e96ce5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/OnPush.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -r requirements.txt
28+
pip install pytest build coverage
29+
30+
- name: Install make
31+
run: sudo apt-get install make
2932

3033
- name: Run tests
3134
run: make tests

0 commit comments

Comments
 (0)