Skip to content

Commit

Permalink
Pin pip version to 24.3 when doing pip-compile
Browse files Browse the repository at this point in the history
This is due to a bug re-introduced into pip in the last release

jazzband/pip-tools#2131
  • Loading branch information
said-moj committed Nov 1, 2024
1 parent 78f72bf commit e256065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run pip-compile pre-commit
id: pip_compile
run: |
python -m pip install --upgrade pip
pip install --upgrade pip==24.0
pip install pre-commit
ls requirements/source/* | xargs pre-commit run pip-compile --files
Expand Down
2 changes: 2 additions & 0 deletions .trufflehog3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ exclude: # exclude matching issues
- dist/**
- README.md
- .github/**
- .ruff_cache/**
- .pytest_cache/**
- message: Examples and data necessary for running auto-tests
paths:
- docs/*.html
Expand Down

0 comments on commit e256065

Please sign in to comment.