-
Notifications
You must be signed in to change notification settings - Fork 1
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
Initial work #77
Initial work #77
Conversation
It took some fiddling around, but I got all workflow to pass using Conda. |
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.
Awesome, thanks!
python -m pip install --upgrade pip | ||
pip install -r .github/requirements.txt | ||
pip install GDAL==`gdal-config --version` | ||
conda install pytest --yes |
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.
Isn't pytest installed in cities-cif
? Why do we need it installed here?
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.
Is there a reason to use a separate file for Actions vs just using the main project one?
Two good points and better solution. Implemented in #79 . |
Converting Actions workflow to use Conda .