Skip to content

Commit

Permalink
trash venv
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 5, 2024
1 parent 4ecc686 commit 7405e15
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,18 +237,6 @@ jobs:
if: runner.os == 'Windows'
uses: ./.github/actions/setup-postgres-windows

- name: "Set up & activate venv (windows)"
if: runner.os == 'Windows'
run: |
python -m venv c:\env
source env\Scripts\Activate.ps1
- name: "Set up & activate venv (not windows!)"
if: runner.os != 'Windows'
run: |
python -m venv env
source env/bin/activate
- name: "Upgrade pip"
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7405e15

Please sign in to comment.