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

Docker image continuous delivery #32

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

Conversation

mfisher87
Copy link

@mfisher87 mfisher87 commented May 24, 2024

Plus:

  • Removed redundant setup.py file. pip install, for example, will prefer the pyproject.toml file, and we didn't notice that file exists, so we were confused for too long about why our changes to setup.py were not "registering".
  • Add pdgstaging dependency to pyproject.toml

@mfisher87 mfisher87 force-pushed the docker-image-continuous-delivery branch from 3a7538e to 4d5b56e Compare May 25, 2024 23:03
@mfisher87 mfisher87 marked this pull request as ready for review May 28, 2024 22:13
@mfisher87 mfisher87 marked this pull request as draft May 30, 2024 20:28
@mfisher87 mfisher87 force-pushed the docker-image-continuous-delivery branch from dc38451 to 16796ac Compare May 30, 2024 21:47
* Removed redundant `setup.py` file. `pip install`, for example, will
  prefer the pyproject.toml file, and we didn't notice that file exists,
  so we were confused for too long about why our changes to `setup.py`
  were not "registering".
* Add pdgstaging dependency to `pyproject.toml`

Co-Authored-By: Rushiraj Nenuji <[email protected]>
@mfisher87 mfisher87 force-pushed the docker-image-continuous-delivery branch from 16796ac to 977ff86 Compare May 30, 2024 21:50
@mfisher87 mfisher87 marked this pull request as ready for review May 30, 2024 21:53
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.

1 participant