-
Notifications
You must be signed in to change notification settings - Fork 12
Fixed GitHub Actions Workflow #193
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
Conversation
…x/add_data_checks
…add_data_checks
…add_data_checks
fix: use pathlib.Path for save_path
… fix/add_data_checks
Fix/add data checks
lachlangrose
left a comment
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.
@noellehmcheng I'm not sure whether we still use map2model... @rabii-chaarani do you know? I remember writing a geopandas alternative. Looking at the code there are a few paths where run gets called but do we really need it?
Also this action is not really appropriate, it is only running on a single operating system and for a single python version. It should be run on all operating systems and for all current python versions which can be read from the organisation environment variables. See https://github.com/Loop3D/LoopStructural/blob/master/.github/workflows/tester.yml
|
@lachlangrose I don't think we need map2model anymore, we use the geopandas code you wrote before. |
|
refer to #204 |
Explicitly specified Python version to solve the incompatibility issue - map2model requires Python 3.10. Used Github provided actions to set up python and conda environments