Closed prisae closed 4 months ago
I just realize this might be related to #722
Interesting. Doing as suggested in #722, I installed pyGIMLi using pip. This worked. So there seems to be something broken with the conda-deploy of pyGIMLi?
I am closing this in favour of the older #722.
Problem description
I try to run tests involving pyGIMLi on the GitHub Action CI. However, I struggle to get it running.
Your environment
Operating system: GHA,
ubuntu-latest
Python version: 3.11 (but same happened with 3.9, 3.10) pyGIMLi version: I cannot import it, sopygimli.Report()
orpygimli.__version__
does not work.scooby pygimli pgcore
, however, yieldsAlso,
conda list
yieldsWay of installation: conda
Steps to reproduce
The code I tested it with is here: https://github.com/emsig/emg3d/tree/testing
It contains only one file,
.github/workflows/linux.yml
with the following content:Expected behavior
That the command
python -c 'import pygimli; print(pygimli.Report())'
would work.Actual behavior
You can find the last run here: https://github.com/emsig/emg3d/actions/runs/9740815664/job/26878698377