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

Action to update Synapse tables fails due to missing pandas #138

Closed
caufieldjh opened this issue Dec 17, 2024 · 0 comments · Fixed by #139
Closed

Action to update Synapse tables fails due to missing pandas #138

caufieldjh opened this issue Dec 17, 2024 · 0 comments · Fixed by #139

Comments

@caufieldjh
Copy link
Contributor

In the GH action to update the Synapse tables:

Traceback (most recent call last):
  File "/home/runner/work/b2ai-standards-registry/b2ai-standards-registry/.github/scripts/update_synapse_tables.py", line 6, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'

Just need to add pandas to the dependencies.

@caufieldjh caufieldjh linked a pull request Dec 17, 2024 that will close this issue
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