Skip to content

Commit

Permalink
windows runs powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 5, 2024
1 parent 45bcece commit 4a9b46f
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 @@ -241,7 +241,7 @@ jobs:
if: runner.os == 'Windows'
run: |
python -m venv env
source env\Scripts\activate
source env\Scripts\Activate.ps1
- name: "Set up & activate venv (not windows!)"
if: runner.os != 'Windows'
Expand Down

0 comments on commit 4a9b46f

Please sign in to comment.