mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
fix venv name in pre-commit
This commit is contained in:
parent
ad544fdcbb
commit
04984e2f7a
@ -23,7 +23,7 @@ Function Get-TimeStamp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($MyInvocation.InvocationName -ne ".") {
|
if ($MyInvocation.InvocationName -ne ".") {
|
||||||
Invoke-Expression ".\venv\Scripts\Activate.ps1"
|
Invoke-Expression ".\.venv\Scripts\Activate.ps1"
|
||||||
|
|
||||||
RunTests
|
RunTests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user