Skip to content

Commit 686ab23

Browse files
authored
the make file of kafka_test needs to revert too (#2074)
1 parent d51201f commit 686ab23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/kafka_test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ install-requirements:
77

88
. venv/bin/activate && sudo pipenv lock --requirements > requirements.txt
99
#. venv/bin/activate && sudo pip install --target ./lib -r requirements.txt
10-
. venv/bin/activate && sudo docker run -v $(PWD):/var/task "lambci/lambda:build-python3.9" /bin/sh -c "pip install --target ./lib -r requirements.txt; exit"
10+
. venv/bin/activate && sudo docker run -v $(PWD):/var/task "lambci/lambda:build-python3.8" /bin/sh -c "pip install --target ./lib -r requirements.txt; exit"
1111
sudo cp ../../terraform/modules/kafka-schema-registry/schemas/* ./lib/
1212
rm -rf venv/

0 commit comments

Comments
 (0)