Skip to content

Commit 3e35628

Browse files
authored
Remove installing python again in container (#7852)
update
1 parent 6a47958 commit 3e35628

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/push_tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ jobs:
3131
uses: actions/checkout@v3
3232
with:
3333
fetch-depth: 2
34-
- name: Set up Python
35-
uses: actions/setup-python@v4
36-
with:
37-
python-version: "3.8"
3834
- name: Install dependencies
3935
run: |
4036
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
4137
python -m uv pip install -e [quality,test]
38+
- name: Environment
39+
run: |
40+
python utils/print_env.py
4241
- name: Fetch Pipeline Matrix
4342
id: fetch_pipeline_matrix
4443
run: |

0 commit comments

Comments
 (0)