From c133627f5f61201c4c9c58dfd5f49896b8878fe0 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 11 Jan 2022 16:41:39 +0000 Subject: [PATCH] add workaroud from PR #203 --- samples/beam/noxfile_config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/beam/noxfile_config.py b/samples/beam/noxfile_config.py index eb01435a0..d2be712a4 100644 --- a/samples/beam/noxfile_config.py +++ b/samples/beam/noxfile_config.py @@ -41,5 +41,8 @@ "pip_version_override": None, # A dictionary you want to inject into your test. Don't put any # secrets here. These values will override predefined values. - "envs": {}, + "envs": { + # todo(kolea2): temporary workaround to install pinned dep version from #203 + "INSTALL_LIBRARY_FROM_SOURCE": False + }, }