Open-MSS / MSS

A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.
https://open-mss.github.io
Apache License 2.0
62 stars 82 forks source link

micromamba related tests out of order #2542

Closed ReimarBauer closed 2 weeks ago

ReimarBauer commented 1 month ago

The test setup needs to become changed because

0s
Post job cleanup.
Will use pre-installed micromamba at /home/runner/micromamba-bin/micromamba
Removing micromamba run shell ...
Deinitialize micromamba for bash
  Error: ENOENT: no such file or directory, lstat '/home/runner/work/_temp/setup-micromamba/micromamba-shell'
matrss commented 1 month ago

The actual error is earlier:

  /home/runner/micromamba-bin/micromamba create -y -r /home/runner/micromamba -f requirements.txt -n ci  --log-level warning --rc-file /home/runner/work/_temp/setup-micromamba/.condarc
  critical libmamba Found invalid version predicate in "#"
  Error: The process '/home/runner/micromamba-bin/micromamba' failed with exit code 1
matrss commented 1 month ago

This is the issue we are having: https://github.com/mamba-org/setup-micromamba/issues/225

ReimarBauer commented 1 month ago

@matrss Ithink that is fixed now. develop has not the stable fix, and it seems not to happen currently.