We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The workflow is failing, even when restarted. This error is reported:
AttributeError: 'FileNotFoundError' object has no attribute 'read'
Same is found when trying locally now (to create a custom conda environment to apply syntax checks, same as worflow). The problem seems to be:
definitions/environment.yml
Lines 8 to 9 in 493adbe
Originally posted by @prjemian in #948 (comment)
The text was updated successfully, but these errors were encountered:
Problem is with the environment.yml. Let's make a new one, specifically for this workflow. Test the environment setup and key workflow steps locally:
environment.yml
conda env create -f .github/env-workflow.yml --force -y conda activate nexusformat
This new one builds the conda environment with no errors. There are problems with the documentation build probably related to #946.
make makebuilddir
Sorry, something went wrong.
CI #950 new env and adjust workflow
012d417
The workflow log confirms that the environment is setup without error but the build of the documentation fails with the problem reported in #946.
prjemian
Successfully merging a pull request may close this issue.
The workflow is failing, even when restarted. This error is reported:
Same is found when trying locally now (to create a custom conda environment to apply syntax checks, same as worflow). The problem seems to be:
definitions/environment.yml
Lines 8 to 9 in 493adbe
Originally posted by @prjemian in #948 (comment)
The text was updated successfully, but these errors were encountered: