Skip to content

Commit

Permalink
windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 5, 2024
1 parent 7a0b24f commit 5a2c39a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,18 @@ jobs:
if: runner.os == 'Windows'
uses: ./.github/actions/setup-postgres-windows

- name: "Start Virtual Env, Upgrade pip"
- name: "Set up venv (windows)"
run: |
python -m venv env
source env\bin\activate
- name: "Set up venv (not windows!)"
run: |
python -m venv env
source env/bin/activate
- name: "Upgrade pip"
run: |
python -m pip install --upgrade pip
python -m pip --version
Expand Down

0 comments on commit 5a2c39a

Please sign in to comment.