Skip to content

Commit 83aecfb

Browse files
committed
try not upgrading pip for more determinism/security
1 parent e3bfee1 commit 83aecfb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373

7474
- name: Install test dependencies
7575
run: |
76-
python -m pip install --upgrade pip
7776
pip install '.[python-tests]'
7877
7978
- name: Run TLV constants sync test

.github/workflows/pages-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
python -m pip install --upgrade pip
3130
pip install '.[browser-tests]'
3231
python -m playwright install
3332

.github/workflows/pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
python -m pip install --upgrade pip
2827
pip install '.[page-gen]'
2928
3029
- name: Generate decoder HTML

0 commit comments

Comments
 (0)