Skip to content

Commit

Permalink
revert change to pythonBinary (#3993)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Jun 9, 2021
1 parent b5bb4ef commit 6ec8b31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/groovy/airbyte-python.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class AirbytePythonPlugin implements Plugin<Project> {
project.plugins.apply 'ru.vyarus.use-python'

project.python {
pythonBinary = 'python'
envPath = venvDirectoryName
minPythonVersion = '3.7'
scope = 'VIRTUALENV'
Expand Down

0 comments on commit 6ec8b31

Please sign in to comment.