WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f2dbad7

Browse files
authored
Merge pull request #5676 from thewtex/pixi-workspace
COMP: Update tool.pixi.project to tool.pixi.workspace
2 parents cbce2e7 + 183b3e0 commit f2dbad7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Testing/ContinuousIntegration/AzurePipelinesWindows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeoutInMinutes: 0
3232
cancelTimeoutInMinutes: 300
3333
pool:
34-
vmImage: 'windows-2019'
34+
vmImage: 'windows-2022'
3535
steps:
3636
- checkout: self
3737
clean: true
@@ -80,7 +80,7 @@ jobs:
8080
8181
- script: |
8282
cmake --version
83-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
83+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
8484
ctest -S $(Agent.BuildDirectory)/ITK-dashboard/dashboard.cmake -VV -j 4
8585
displayName: 'Build and test'
8686
env:

Testing/ContinuousIntegration/AzurePipelinesWindowsPython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeoutInMinutes: 0
3232
cancelTimeoutInMinutes: 300
3333
pool:
34-
vmImage: 'windows-2019'
34+
vmImage: 'windows-2022'
3535
steps:
3636
- checkout: self
3737
clean: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.black]
22
line-length = 88
33

4-
[tool.pixi.project]
4+
[tool.pixi.workspace]
55
name = "ITK"
66
channels = ["conda-forge"]
77
platforms = ["linux-64", "linux-aarch64", "win-64", "osx-64", "osx-arm64"]

0 commit comments

Comments
 (0)