Skip to content

Commit f0aba02

Browse files
committed
having python pack test work
1 parent ae526c0 commit f0aba02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cli/Func.E2ETests/Commands/FuncPack/PythonPackTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void Pack_PythonFromCache_WorksAsExpected()
138138
[Fact]
139139
public void Pack_Python_BuildNativeDeps_OnWindows_WorksAsExpected()
140140
{
141-
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Linux) || !RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
141+
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Linux) && !RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
142142
{
143143
// Only validate this scenario on Linux or macOS
144144
return;

0 commit comments

Comments
 (0)