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

Set PYTHONPATH to the Root of the Repository for the Publisher Coverage Actions #519

Merged
merged 1 commit into from
May 16, 2024

Conversation

dobbersc
Copy link
Collaborator

Currently, the Publisher Coverage action fails because it can't find the scripts.utility module. Setting the PYTHONPATH correctly should fix this.

Traceback:

Traceback (most recent call last):
  File "/home/runner/work/fundus/fundus/scripts/publisher_coverage.py", line 16, in <module>
    from scripts.utility import timeout
ModuleNotFoundError: No module named 'scripts'

@dobbersc dobbersc added the bug Something isn't working label May 16, 2024
@MaxDall MaxDall merged commit efb168f into master May 16, 2024
4 checks passed
@MaxDall MaxDall deleted the dobbersc-patch-1 branch May 16, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants