Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

stop using system site package #161

Merged
merged 5 commits into from
Aug 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dbt-postgres@1.0.7.rb
  • Loading branch information
ChenyuLInx authored Aug 18, 2022
commit fbd13d6b056e960dc6ca7fcda33766bdce8abfe1
2 changes: 1 addition & 1 deletion Formula/dbt-postgres@1.0.7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class DbtPostgresAT107 < Formula

def install
ENV["CARGO_NET_GIT_FETCH_WITH_CLI"] = "true"
venv = virtualenv_create(libexec, "python3", system_site_packages: false) system_site_packages: false)
venv = virtualenv_create(libexec, "python3", system_site_packages: false)
venv.instance_variable_get(:@formula).system venv.instance_variable_get(:@venv_root)/"bin/python", "-m", "pip", "install",
"pip==22.0.4"
resources.each do |r|
Expand Down