Skip to content

Commit

Permalink
Meant to set that to false
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Nov 20, 2023
1 parent faddc66 commit 726db4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: "actions/setup-python@v4.7.1"
- run: |
$PSNativeCommandUseErrorActionPreference = $true
$PSNativeCommandUseErrorActionPreference = $false
pip install ruff
ruff --foo
shell: "pwsh"

0 comments on commit 726db4d

Please sign in to comment.