Skip to content

Commit 2a27cc6

Browse files
authored
Copy in correct requirements file (#32974)
* Copy in correct requirements file * Trigger postcommit
1 parent 88ada9d commit 2a27cc6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"comment": "Modify this file in a trivial way to cause this test suite to run"
2+
"comment": "Modify this file in a trivial way to cause this test suite to run",
3+
"revision: "1"
34
}

sdks/python/expansion-service-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task copyDockerfileDependencies(type: Copy) {
4040
}
4141

4242
task copyRequirementsFile(type: Copy) {
43-
from project(':sdks:python:container:py38').fileTree("./")
43+
from project(':sdks:python:container:py39').fileTree("./")
4444
include 'base_image_requirements.txt'
4545
rename 'base_image_requirements.txt', 'requirements.txt'
4646
setDuplicatesStrategy(DuplicatesStrategy.INCLUDE)

0 commit comments

Comments
 (0)