Skip to content

Commit

Permalink
fix(ingestion/prefect-plugin): gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dushayntAW committed Jun 12, 2024
1 parent 2b3eb5e commit fc5fea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion-modules/prefect-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (!project.hasProperty("extra_pip_requirements")) {
ext.extra_pip_requirements = ""
}

def pip_install_command = "VIRTUAL_ENV=${venv_name} ${venv_name}/bin/uv pip install -e ../../metadata-ingestion"
def pip_install_command = "${venv_name}/bin/pip install -e ../../metadata-ingestion"

task checkPythonVersion(type: Exec) {
commandLine python_executable, '-c', 'import sys; assert sys.version_info >= (3, 7)'
Expand Down

0 comments on commit fc5fea6

Please sign in to comment.