Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: semi-temp fix to pin pip/pip-tools versions to prevent pip insta…
Browse files Browse the repository at this point in the history
…ll failures
  • Loading branch information
christopappas committed Jul 3, 2024
1 parent 83bae38 commit c80ff8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/migrations-mysql8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
mysql -V
- name: Install Python dependencies
run: |
pip install pip==21.2.1 --upgrade # set pip version to be compatible with deprecated pip version syntax
pip install -r requirements/pip_tools.txt
pip install -r requirements/production.txt
pip uninstall -y mysqlclient
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-c constraints.txt

# Dependencies to run compile tools
pip-tools # Contains pip-compile, used to generate pip requirements files
pip-tools==6.0 # Contains pip-compile, used to generate pip requirements files
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
Expand Down

0 comments on commit c80ff8c

Please sign in to comment.