Skip to content

Commit

Permalink
more windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 5, 2024
1 parent 5dd3664 commit 45bcece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,13 @@ jobs:
if: runner.os == 'Windows'
uses: ./.github/actions/setup-postgres-windows

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

0 comments on commit 45bcece

Please sign in to comment.