Skip to content

Commit

Permalink
Copy in correct requirements file (#32974)
Browse files Browse the repository at this point in the history
* Copy in correct requirements file

* Trigger postcommit
  • Loading branch information
damccorm authored Oct 30, 2024
1 parent 88ada9d commit 2a27cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run"
"comment": "Modify this file in a trivial way to cause this test suite to run",
"revision: "1"
}
2 changes: 1 addition & 1 deletion sdks/python/expansion-service-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task copyDockerfileDependencies(type: Copy) {
}

task copyRequirementsFile(type: Copy) {
from project(':sdks:python:container:py38').fileTree("./")
from project(':sdks:python:container:py39').fileTree("./")
include 'base_image_requirements.txt'
rename 'base_image_requirements.txt', 'requirements.txt'
setDuplicatesStrategy(DuplicatesStrategy.INCLUDE)
Expand Down

0 comments on commit 2a27cc6

Please sign in to comment.