MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylint check failing in CI

lilyminium opened this issue Β· comments

But not in real cookie CI πŸ€¦β€β™€οΈ

2024-05-31T01:14:42.6454869Z [GH Actions CI/pylint_check ]   | Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action)
2024-05-31T01:14:42.6672285Z [GH Actions CI/pylint_check ]   ❗  ::error::./setup.sh: line 43: cd: bin/: No such file or directory
2024-05-31T01:14:42.6678971Z [GH Actions CI/pylint_check ]   ❗  ::error::The process '/usr/bin/bash' failed with exit code 1
2024-05-31T01:14:42.6805848Z [GH Actions CI/pylint_check ]   ❌  Failure - Main Set up Python
2024-05-31T01:14:42.6870778Z [GH Actions CI/pylint_check ] exitcode '1': failure

Hmm.

pypi_check seems to fail as well. I think this is actually because of a failure to re-set up python when multiple tests are run. Odd.