Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Oct 27, 2023
1 parent 48b14d2 commit f4cbcc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: make test

0 comments on commit f4cbcc4

Please sign in to comment.