-
Notifications
You must be signed in to change notification settings - Fork 8
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
make all/test both ok #123 #125
Conversation
after moving mike out of Pipfile's dev dependencies
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.
Thanks for this, Mark! I don't think it's a good idea to remove the prereqs for sheet2linkml until we've rewritten the Makefile so that it no longer runs sheet2linkml from within this repo (i.e. I think those changes should happen at the same time that we remove sheet2linkml from this repo, add sheet2linkml
as a prereq, and then modify the Makefile so that running make generate-model
runs sheet2linkml
as installed from PyPI). Could you try to add that to this PR? I could take a stab at doing that if you prefer.
Working on this now.
pipenv install Virtualenv location: /home/mark/.local/share/virtualenvs/ccdhmodel-xtc7c06K ☤ ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:01 |
$ pipenv shell
(ccdhmodel-xtc7c06K) ccdhmodel$ pip install sheet2linkml
|
but having trouble installing sheet2linkml from Pipenv
My latest push is working off of the PyPI sheet2linkml on my LBL MacBook now. I created a new makefile rule: I'm having trouble with the Linux workstation I've been using for a few weeks now, but that could be due to the slightly different dev environment, or maybe I didn't move over some of the config files. I couldn't get sheet2linkml 1.0.1 to install on my Linux workstation, but 1.0.0 installed. |
works in Ubuntu 20 now with 3.9 requirement in Pipfile |
Might overlap with #128 |
I believe the functionality I was trying to add has already been added in one of @sujaypatil96's PRs. |
after moving
mike*
out of Pipfile's dev dependenciesI didn't consider any other criteria other than getting those two
Makefile
steps to work