Skip to content
New issue

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. #950

Closed
prjemian opened this issue Dec 8, 2021 · 2 comments · Fixed by #951
Closed

The workflow is failing, even when restarted. #950

prjemian opened this issue Dec 8, 2021 · 2 comments · Fixed by #951
Assignees
Labels
Milestone

Comments

@prjemian
Copy link
Contributor

prjemian commented Dec 8, 2021

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:

- pip:
- -r file:requirements.txt

Originally posted by @prjemian in #948 (comment)

@prjemian
Copy link
Contributor Author

prjemian commented Dec 9, 2021

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:

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

@prjemian
Copy link
Contributor Author

prjemian commented Dec 9, 2021

The workflow log confirms that the environment is setup without error but the build of the documentation fails with the problem reported in #946.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant