MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis
MIT License
7 stars 5 forks source link

pylint check failing in CI #125

Closed lilyminium closed 3 months ago

lilyminium commented 4 months ago

But not in real cookie CI 🤦‍♀️

lilyminium commented 3 months ago
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.

lilyminium commented 3 months ago

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.