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

Fix documentation deployment pipeline #539

Closed
cwschilly opened this issue Sep 23, 2024 · 0 comments · Fixed by #540
Closed

Fix documentation deployment pipeline #539

cwschilly opened this issue Sep 23, 2024 · 0 comments · Fixed by #540
Assignees

Comments

@cwschilly
Copy link
Contributor

We're getting an import error when we deploy documentation, based on the JSON validator loader:

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.8.18/x64/bin/lbaf-vt-data-files-validator-loader", line 5, in <module>
    from lbaf import vt_data_files_validator_loader
  File "/home/runner/work/LB-analysis-framework/LB-analysis-framework/src/lbaf/__init__.py", line 18, in <module>
    from lbaf.Applications.LBAF_app import LBAFApplication
  File "/home/runner/work/LB-analysis-framework/LB-analysis-framework/src/lbaf/Applications/LBAF_app.py", line 21, in <module>
    from lbaf.Execution.lbsRuntime import Runtime
  File "/home/runner/work/LB-analysis-framework/LB-analysis-framework/src/lbaf/Execution/lbsRuntime.py", line 4, in <module>
    from ..Execution.lbsAlgorithmBase import AlgorithmBase
  File "/home/runner/work/LB-analysis-framework/LB-analysis-framework/src/lbaf/Execution/lbsAlgorithmBase.py", line 7, in <module>
    from ..Model.lbsPhase import Phase
  File "/home/runner/work/LB-analysis-framework/LB-analysis-framework/src/lbaf/Model/lbsPhase.py", line 7, in <module>
    from ..Execution.lbsPhaseSpecification import PhaseSpecification
  File "/home/runner/work/LB-analysis-framework/LB-analysis-framework/src/lbaf/Execution/lbsPhaseSpecification.py", line 8, in <module>
    from typing_extensions import NotRequired
ModuleNotFoundError: No module named 'typing_extensions'

(from this CI run)

@cwschilly cwschilly self-assigned this Sep 23, 2024
@cwschilly cwschilly linked a pull request Sep 23, 2024 that will close this issue
cwschilly added a commit that referenced this issue Sep 23, 2024
cwschilly added a commit that referenced this issue Sep 23, 2024
cwschilly added a commit that referenced this issue Sep 23, 2024
cwschilly added a commit that referenced this issue Sep 26, 2024
* #539: add typing_extensions to requirements

* #539: fix typo

* #539: Update page name

* #539: fix page name again

* #539: return target branch to master and develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant