Skip to content

Commit ed1f17a

Browse files
authored
Merge pull request #9173 from OpenMined/snwagh/shell-agnostic-install-readme
Adding pip install quotes for zsh support
2 parents eab4311 + ecbfbda commit ed1f17a

14 files changed

Lines changed: 24 additions & 24 deletions

.github/workflows/cd-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install pip dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install uv==0.2.17 tox tox-uv==1.9.0
31+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
3232
uv --version
3333
3434
- name: Build the docs

.github/workflows/cd-feature-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install dependencies
6666
run: |
6767
python -m pip install --upgrade pip
68-
pip install uv==0.2.17 tox tox-uv==1.9.0 bump2version==1.0.1
68+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0 bump2version==1.0.1
6969
uv --version
7070
7171
- name: Generate Release Metadata
@@ -290,7 +290,7 @@ jobs:
290290
- name: Install dependencies
291291
run: |
292292
python -m pip install --upgrade pip
293-
pip install uv==0.2.17 tox tox-uv==1.9.0 setuptools wheel twine bump2version PyYAML
293+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0 setuptools wheel twine bump2version PyYAML
294294
uv --version
295295
296296
- name: Bump to Final Release version

.github/workflows/cd-post-release-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install pip dependencies
120120
run: |
121121
python -m pip install --upgrade pip
122-
pip install uv==0.2.17 tox tox-uv==1.9.0
122+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
123123
uv --version
124124
125125
- name: Get uv cache dir
@@ -195,7 +195,7 @@ jobs:
195195
196196
- name: Install tox and uv
197197
run: |
198-
pip install uv==0.2.17 tox tox-uv==1.9.0 tox-current-env
198+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0 tox-current-env
199199
200200
- name: Run unit tests
201201
run: |

.github/workflows/cd-syft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Install dependencies
115115
run: |
116116
python -m pip install --upgrade pip
117-
pip install uv==0.2.17 tox tox-uv==1.9.0 bump2version==1.0.1
117+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0 bump2version==1.0.1
118118
uv --version
119119
120120
- name: Get Release tag
@@ -392,7 +392,7 @@ jobs:
392392
- name: Install dependencies
393393
run: |
394394
python -m pip install --upgrade pip
395-
pip install uv==0.2.17 tox tox-uv==1.9.0 setuptools wheel twine bump2version PyYAML
395+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0 setuptools wheel twine bump2version PyYAML
396396
uv --version
397397
398398
- name: Bump the Version

.github/workflows/cd-syftcli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install pip dependencies
123123
run: |
124124
python -m pip install --upgrade pip
125-
pip install uv==0.2.17 tox tox-uv==1.9.0
125+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
126126
uv --version
127127
128128
- name: Build syftcli

.github/workflows/e2e-tests-notebook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install pip dependencies
6161
run: |
6262
python -m pip install --upgrade pip
63-
pip install uv==0.2.17 tox tox-uv==1.9.0
63+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
6464
uv --version
6565
6666
- name: Get pip cache dir

.github/workflows/post-merge-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install pip packages
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install uv==0.2.17 tox tox-uv==1.9.0
30+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
3131
uv --version
3232
3333
- name: Check and Bump Protocol Version

.github/workflows/pr-tests-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: steps.changes.outputs.frontend == 'true'
4848
run: |
4949
python -m pip install --upgrade pip
50-
pip install uv==0.2.17 tox tox-uv==1.9.0
50+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
5151
uv --version
5252
5353
- name: Get uv cache dir

.github/workflows/pr-tests-helm-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
# Install python deps
3636
python -m pip install --upgrade pip
37-
pip install uv==0.2.17 tox tox-uv==1.9.0
37+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
3838
3939
kube-linter version
4040
polaris version

.github/workflows/pr-tests-helm-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Install python deps
4040
python -m pip install --upgrade pip
41-
pip install uv==0.2.17 tox tox-uv==1.9.0
41+
pip install uv==0.2.17 tox==4.16.0 tox-uv==1.9.0
4242
4343
# Install kubernetes
4444
brew install helm k3d devspace kubectl

0 commit comments

Comments
 (0)