Skip to content

Commit

Permalink
Fix github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Dec 6, 2023
1 parent 4a9025b commit 95739aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install "pydantic>=2.0.2,<3.0.0"
pip install -r requirements-dev.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 95739aa

Please sign in to comment.