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

Fixed Make to read PYTHONPATH and NEON_API_KEY from .env #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jdrumgoole
Copy link

Currently PYTHONPATH and NEON_API_KEY are assumed to be set externally. Set them in .env and source them before make test.

.env now in .gitignore so we don't accidentally checkin a file with API keys.

Also added .idea/** to gitgnore so that we don't pollute the repo with Pycharm internal IDE files.

Updated poetry.lock.

…e running tests. .env should have your API key and PYTHONPATH defined
@jdrumgoole jdrumgoole self-assigned this Apr 17, 2024
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.

None yet

2 participants