-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fixup #242
base: main
Are you sure you want to change the base?
Conversation
Seems broken build is caused by slack notification build action (this is from arup-group actions repo, which uses rtCamp). Odd that not working for me. Maybe it is using my clone of actions repo(?) or that this is a permissions thing. Either way - can someone else run the actions please? If that fails then I need some guidance - not keen to mess around in your actions. x |
...it run good on my ubuntu - so I was guessing a problem with actions |
Thanks for the PR! I’ve updated the Slack notifications and GitHub Actions versions, and the The CI build now failed at
I can see Btw, I have allocated Fred as |
New PR (non forked)
Fixed a test.
Had to bump the pyproj dep.
Then had to bump other stuff.
So moved everything forward to work on python 3.13. Hopefully faster.
This means quite a few little changes throughout. But nothing major.
Latest pyproj had some small (6th decimal place) changes after reprojections but assume this is ok.
Tests passing on linux with mamba install (I added new mamba instructions to readme).