Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 47a609c

Browse files
committed
use str instead of bool in noxfile_config
1 parent 33e6986 commit 47a609c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/beam/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
# secrets here. These values will override predefined values.
4444
"envs": {
4545
# todo(kolea2): temporary workaround to install pinned dep version from #203
46-
"INSTALL_LIBRARY_FROM_SOURCE": False
46+
"INSTALL_LIBRARY_FROM_SOURCE": "False"
4747
},
4848
}

0 commit comments

Comments
 (0)