Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
3e356288
Unverified
Commit
3e356288
authored
May 03, 2024
by
Dhruv Nair
Committed by
GitHub
May 03, 2024
Browse files
Remove installing python again in container (#7852)
update
parent
6a479588
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+3
-4
No files found.
.github/workflows/push_tests.yml
View file @
3e356288
...
@@ -31,14 +31,13 @@ jobs:
...
@@ -31,14 +31,13 @@ jobs:
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
fetch-depth
:
2
fetch-depth
:
2
-
name
:
Set up Python
uses
:
actions/setup-python@v4
with
:
python-version
:
"
3.8"
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install -e [quality,test]
-
name
:
Environment
run
:
|
python utils/print_env.py
-
name
:
Fetch Pipeline Matrix
-
name
:
Fetch Pipeline Matrix
id
:
fetch_pipeline_matrix
id
:
fetch_pipeline_matrix
run
:
|
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment