Skip to content

Commit

Permalink
fix: install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed May 21, 2024
1 parent d5be9ed commit 26c6aff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
sudo chmod -R a+rw /data/db
mongod &
- name: Install pip
run: python -m pip install -r requirements/pip.txt

- name: install requirements
run: |
sudo make test-requirements
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/verify-gha-unit-tests-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: |
make ubuntu-requirements
- name: Install pip
run: python -m pip install -r requirements/pip.txt

- name: install requirements
run: |
sudo make test-requirements
Expand Down

0 comments on commit 26c6aff

Please sign in to comment.