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

temp: testing a GHA change #4171

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/migrations-mysql8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
mysql -V
- name: Install Python dependencies
run: |
echo "This is a test to see if this works on 2u main branch"
pip install pip==21.2.1 --upgrade
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
Loading