aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Update to `setup-python@v2` #172

Open khsrali opened 2 months ago

khsrali commented 2 months ago

actions/setup-python@v2 is deprecated and currently is causing continuous integration test fail for macos. This will fix for macos with python 3.9,3.10, and 3.11. macos && python 3.8 is still failing for different reasons: that apparently cython dependency is not properly installed, which I don't understand why. But that is independent of this fix. (used to fail even with setup-python@v1)

unkcpz commented 3 days ago

actions/setup-python is now v5, please update it.

macos && python 3.8 is still failing for different reasons: that apparently cython dependency is not properly installed

It's better to fix it first.

khsrali commented 3 days ago

actions/setup-python is now v5, please update it.

now, all macos tests fails :laughing:

khsrali commented 2 days ago

Will fix this on Monday