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
OpenDAS
diffusers
Commits
c7a3b2ed
Unverified
Commit
c7a3b2ed
authored
Aug 31, 2022
by
Anton Lozhkov
Committed by
GitHub
Aug 31, 2022
Browse files
Fix GPU tests (token + single-process) (#294)
parent
b64c5227
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+3
-1
No files found.
.github/workflows/push_tests.yml
View file @
c7a3b2ed
...
...
@@ -46,5 +46,7 @@ jobs:
python utils/print_env.py
-
name
:
Run all (incl. slow) tests on GPU
env
:
HF_API_TOKEN
:
${{ secrets.HF_API_TOKEN }}
run
:
|
python -m pytest -n
2
--max-worker-restart=0 --dist=loadfile -s tests/
python -m pytest -n
1
--max-worker-restart=0 --dist=loadfile -s tests/
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