Skip to content

Commit 595736a

Browse files
authored
[CI] Remove pip install steps in .github/workflows/ubuntu.yml (#581)
1 parent a4a3156 commit 595736a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
submodules: recursive
20-
- name: Setup environment
21-
run: |
22-
python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
2320
- name: ccache
2421
uses: hendrikmuhs/[email protected]
2522
with:
@@ -70,9 +67,6 @@ jobs:
7067
os: ["ubuntu-24.04", "ubuntu-24.04-arm"]
7168
steps:
7269
- uses: actions/checkout@v4
73-
- name: Setup environment
74-
run: |
75-
python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
7670
- name: Download installed package
7771
uses: actions/download-artifact@v4
7872
with:
@@ -105,9 +99,6 @@ jobs:
10599
os: ["ubuntu-24.04", "ubuntu-24.04-arm"]
106100
steps:
107101
- uses: actions/checkout@v4
108-
- name: Setup environment
109-
run: |
110-
python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
111102
- name: Download installed package
112103
uses: actions/download-artifact@v4
113104
with:

0 commit comments

Comments
 (0)