Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(python): install dependencies with pip
Browse files Browse the repository at this point in the history
Henry Lee committed Aug 17, 2024

Verified

This commit was signed with the committer’s verified signature.
saikumarrs Sai Kumar Battinoju
1 parent 8f825e5 commit 1c73743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -21,8 +21,8 @@ jobs:

- name: Install dependencies
run: |
pip install -U poetry==1.6.1
poetry install
pip install -r requirements.txt -r requirements-dev.txt -c constraints-3.8.txt
pip install black==19.10b0 click==7.1.2
- name: Run linters
run: make lint

0 comments on commit 1c73743

Please sign in to comment.