Skip to content

Commit

Permalink
windows creationg
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 5, 2024
1 parent 4a9b46f commit 4ecc686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
- name: "Set up & activate venv (windows)"
if: runner.os == 'Windows'
run: |
python -m venv env
python -m venv c:\env
source env\Scripts\Activate.ps1
- name: "Set up & activate venv (not windows!)"
Expand Down

0 comments on commit 4ecc686

Please sign in to comment.