Skip to content

Commit

Permalink
add workaroud from PR #203
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jan 11, 2022
1 parent 800b2e4 commit c133627
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/beam/noxfile_config.py
Expand Up @@ -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
},
}

0 comments on commit c133627

Please sign in to comment.