Skip to content

Commit

Permalink
Update environment variable setting (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
FyzHsn authored Oct 6, 2022
1 parent a3dd2c3 commit 1f2f994
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Fixed

- Store `BASE_COVALENT_AWS_PLUGINS_ONLY` in a temporary file rather than storing it as an environment variable.

### Docs

- Added sections containing configuration information and required cloud resources
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ def git_match_requirement(req):
}

if __name__ == "__main__":
os.environ["BASE_COVALENT_AWS_PLUGINS_ONLY"] = "True"
with open("/tmp/BASE_COVALENT_AWS_PLUGINS_ONLY", "w") as f:
f.write("True")
setup(**setup_info)

0 comments on commit 1f2f994

Please sign in to comment.