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

make update-admin-pip-requirements does not output files to the working directory #5436

Closed
zenmonkeykstop opened this issue Aug 5, 2020 · 0 comments · Fixed by #5437
Closed
Assignees
Milestone

Comments

@zenmonkeykstop
Copy link
Contributor

Description

The update-pip-requirements Makefile goal should update all requirements files for the project, but does not update requirements files under /admin/, as the admin Makefile uses a separate Docker image based on Debian Stretch with no shared volume with the host.

Steps to Reproduce

Update a dependency in admin/requirements.in and run make update-pip-requirements

Expected Behavior

The file admin/requirements.txt should include the updated dependency.

Actual Behavior

The file admin/requirements.txt is untouched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant