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

Gabriel/fixing missing env #8

Merged
merged 3 commits into from
Jan 10, 2025
Merged

Gabriel/fixing missing env #8

merged 3 commits into from
Jan 10, 2025

Conversation

gabrielfior
Copy link
Collaborator

No description provided.

Comment on lines +12 to +16
"react-scripts": "5.0.1",
"typescript": "5.5.2",
"@types/node": "^12.20.55",
"@types/react": "^16.14.62",
"@types/react-dom": "^16.9.25",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refactored some dependencies since the Streamlit template was very old

@@ -15,6 +15,7 @@ jobs:
- name: Build Frontend
env:
CI: false # needed otherwise dependencies warnings stop the job
REACT_APP_RAINBOW_PROJECT_ID: ${{ secrets.REACT_APP_RAINBOW_PROJECT_ID }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is why PyPI was failing, .env was missing since ignored by .gitignore

@gabrielfior gabrielfior merged commit 010439b into main Jan 10, 2025
4 checks passed
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 this pull request may close these issues.

2 participants