We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981a175 commit 397287aCopy full SHA for 397287a
.ci/templates/prepare-environment-windows.yml
@@ -33,14 +33,7 @@ steps:
33
python -c "from ansys.dpf import core; print(core.Report(gpu=False))"
34
35
displayName: Install ansys-dpf-core
36
-
37
- - task: PublishBuildArtifacts@1
38
- displayName: 'WHEEL: publish artifacts'
39
- inputs:
40
- PathtoPublish: '$(System.DefaultWorkingDirectory)\dist'
41
- ArtifactName: 'ansys_dpf_core_wheel'
42
- enabled: true
43
+
44
- task: UniversalPackages@0
45
inputs:
46
command: 'download'
0 commit comments