Skip to content

Commit

Permalink
fix failing builds by upgrading pip-tools after latest pip release
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Apr 19, 2023
1 parent 887bd2d commit a42527c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-e2e-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade "pip-tools<6.12.2"
pip install --upgrade "pip-tools<=6.13.0"
- name: Install dependencies
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade "pip-tools<6.12.2"
pip install --upgrade "pip-tools<=6.13.0"
- name: Install dependencies
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade "pip-tools<6.12.2"
pip install --upgrade "pip-tools<=6.13.0"
- name: Pip compile
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-rai_core_flask-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade "pip-tools<6.12.2"
pip install --upgrade "pip-tools<=6.13.0"
- name: Pip compile
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-raiwidgets-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade "pip-tools<6.12.2"
pip install --upgrade "pip-tools<=6.13.0"
- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit a42527c

Please sign in to comment.