-
Notifications
You must be signed in to change notification settings - Fork 169
parallelize tests #509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parallelize tests #509
Conversation
1528184
to
6d13dc3
Compare
4619b3a
to
8064113
Compare
8064113
to
e3006b0
Compare
requirements/test.txt
Outdated
# via jupyter | ||
notebook-shim==0.2.4 | ||
# via | ||
# jupyterlab | ||
# notebook | ||
numpy==1.26.4 | ||
# via | ||
# -c requirements/constraints.in | ||
# -c /Users/jiajunxu/code/unstructured-api/requirements/constraints.in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pip-compile loves to add absolute paths in the comments, so you need to delete them all :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
518c3d8
to
d6182af
Compare
396ed2a
to
a4c87c1
Compare
ff56752
to
7c81aa8
Compare
Very strange that public repos have access to 4 cores but we only get 2 workers with
|
This repo doesn't have access to the self-hosted-xlarge runner for more cores, so this change will only start 2 workers