Skip to content

Commit

Permalink
ci(python): install dependencies with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed Aug 17, 2024
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
Expand Up @@ -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
Expand Down

0 comments on commit 1c73743

Please sign in to comment.