-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: warmup py cache #4463
base: master
Are you sure you want to change the base?
chore: warmup py cache #4463
Conversation
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.
no success so it seems :-(
yea disappointing, but not sure if this is the issue then, i think the test needs for output ( was @harmbrugge ) working on this are, is it already merged ? |
@@ -180,6 +180,10 @@ jobs: | |||
name: prepare sql test database | |||
command: psql -h 127.0.0.1 -p 5432 -U postgres < .docker/initdb.sql | |||
|
|||
- run: | |||
name: warm up the cache | |||
command: pip3 install molgenis-emx2-pyclient numpy==1.23.4 |
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.
Why numpy==1.23.4
? The current version is at 2.1.3
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.
the version used by the client i guess ?, i'll double check
yes this one:
Line 294 in 76240c8
"numpy==1.23.4", // it has a dependency :-) |
maybe update the once used in the Service ? , should be done in other pr
Quality Gate passedIssues Measures |
What are the main changes you did:
how to test:
todo: