oscarbranson / cbsyst

Python module for calculating carbon and boron solution chemistry.
MIT License
29 stars 17 forks source link

debug #27

Closed ocefpaf closed 3 years ago

ocefpaf commented 3 years ago

Not ready for a review yet.

oscarbranson commented 3 years ago

Looks :ok_hand:

ocefpaf commented 3 years ago

Looks

Only macOS is failing. Not sure why the pushd and popd failed there. I'll revert to the cd combo you had before.

oscarbranson commented 3 years ago

this seems odd... urllib is part of the standard library, no? Weird that it fails on MacOS...

ocefpaf commented 3 years ago

this seems odd... urllib is part of the standard library, no? Weird that it fails on MacOS...

Yeah, I just opened the test script. The actual problem is that it is running on py2.7. Something is wrong and not activating the env. Looking into it.

ocefpaf commented 3 years ago

OK, we are hitting this bug: https://github.com/actions/setup-python/issues/132

ocefpaf commented 3 years ago

OK. This should be good to go now!

oscarbranson commented 3 years ago

Thanks!