Skip to content

Commit

Permalink
fix broken builds due to pip upgrade which broke pip-tools (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored and gaugup committed Feb 1, 2022
1 parent 8a1af34 commit 11737fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup tools
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip~=21.3
pip install --upgrade setuptools
pip install --upgrade pip-tools
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 @@ -41,7 +41,7 @@ jobs:

- name: Setup tools
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip~=21.3
pip install --upgrade setuptools
pip install --upgrade pip-tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ci-raiwigets-python-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Setup tools
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip~=21.3
pip install --upgrade setuptools
pip install --upgrade pip-tools
Expand Down

0 comments on commit 11737fc

Please sign in to comment.