зеркало из https://github.com/microsoft/iqsharp.git
Fixing CI (#800)
This commit is contained in:
Родитель
2e854e4edd
Коммит
9183a5deb4
|
@ -8029,7 +8029,7 @@ BSD-2-Clause AND BSD-3-Clause
|
|||
|
||||
---------------------------------------------------------
|
||||
|
||||
qutip 4.7.0 - BSD-2-Clause AND BSD-3-Clause
|
||||
qutip 4.7.2 - BSD-2-Clause AND BSD-3-Clause
|
||||
|
||||
|
||||
Copyright (c) QuTiP team 2011
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
-->
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
<add key="qdk-alpha" value="https://pkgs.dev.azure.com/ms-quantum-public/Microsoft Quantum (public)/_packaging/alpha/nuget/v3/index.json" protocolVersion="3" />
|
||||
<add key="qdk-alpha" value="https://pkgs.dev.azure.com/ms-quantum-public/9af4e09e-a436-4aca-9559-2094cfe8d80c/_packaging/alpha/nuget/v3/index.json" protocolVersion="3" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
|
|
|
@ -63,6 +63,7 @@ steps:
|
|||
displayName: Install pywin32 on Windows
|
||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
|
||||
|
||||
- task: NuGetAuthenticate@1
|
||||
|
||||
- pwsh: |
|
||||
"##[info]Activating conda environment: $(CondaEnvironmentName)" | Write-Host
|
||||
|
|
|
@ -14,6 +14,8 @@ steps:
|
|||
displayName: "Bootstrap"
|
||||
workingDirectory: '$(System.DefaultWorkingDirectory)'
|
||||
|
||||
- task: NuGetAuthenticate@1
|
||||
|
||||
##
|
||||
# Install IQ# kernel
|
||||
##
|
||||
|
|
|
@ -18,6 +18,8 @@ steps:
|
|||
Move-Item "$Env:SYSTEM_DEFAULTWORKINGDIRECTORY/artifact/iqsharp/drops" "$Env:SYSTEM_DEFAULTWORKINGDIRECTORY/drops"
|
||||
displayName: "Copy build artifacts to IQ# working directory"
|
||||
|
||||
- task: NuGetAuthenticate@1
|
||||
|
||||
##
|
||||
# Pack
|
||||
##
|
||||
|
|
|
@ -13,6 +13,8 @@ steps:
|
|||
displayName: "Bootstrap"
|
||||
workingDirectory: '$(System.DefaultWorkingDirectory)'
|
||||
|
||||
- task: NuGetAuthenticate@1
|
||||
|
||||
##
|
||||
# Build, test & pack
|
||||
##
|
||||
|
|
|
@ -12,7 +12,7 @@ if ("$Env:BUILD_RELEASETYPE" -ne "release") {
|
|||
"<?xml version=""1.0"" encoding=""utf-8""?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key=""qdk-alpha"" value=""https://pkgs.dev.azure.com/ms-quantum-public/Microsoft Quantum (public)/_packaging/alpha/nuget/v3/index.json"" protocolVersion=""3"" />
|
||||
<add key=""qdk-alpha"" value=""https://pkgs.dev.azure.com/ms-quantum-public/9af4e09e-a436-4aca-9559-2094cfe8d80c/_packaging/alpha/nuget/v3/index.json"" protocolVersion=""3"" />
|
||||
</packageSources>
|
||||
</configuration>" | Out-File -FilePath $NuGetDirectory/NuGet.Config -Encoding utf8
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ namespace Microsoft.Quantum.IQSharp
|
|||
while (true)
|
||||
{
|
||||
var metadataBatch = (await searchResource.SearchAsync(
|
||||
$"packageId:{packageId}",
|
||||
packageId,
|
||||
filters: new SearchFilter(includePrerelease: includePrerelease),
|
||||
skip: skip,
|
||||
take: batchSize,
|
||||
|
|
|
@ -7,7 +7,7 @@ numpy==1.22.0
|
|||
pytest==7.2.0
|
||||
pygments==2.12.0 # to avoid high-severity issue.
|
||||
pyzmq==25.0.0
|
||||
qutip==4.7.0
|
||||
qutip==4.7.2
|
||||
selenium==4.2.0
|
||||
setuptools==67.7.2
|
||||
wheel==0.38.1
|
||||
|
|
Загрузка…
Ссылка в новой задаче