Skip to content

Commit

Permalink
updating build to specify supported pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
agiix committed Feb 11, 2025
1 parent e089007 commit fe8333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip==23.3.2
pip install mypy==1.0.0 yapf pylint -r requirements.txt
- name: Check types with mypy
# Get all files with find because ** doesn't expand correctly.
Expand Down

0 comments on commit fe8333a

Please sign in to comment.