Skip to content
Snippets Groups Projects
Commit 282ba2dc0eda authored by ijl's avatar ijl
Browse files

Fix CI rot

parent a7363a8deced
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
pool: pool:
vmImage: windows-2019 vmImage: windows-2019
variables: variables:
interpreter: C:\hostedtoolcache\windows\Python\3.7.7\x64\python.exe interpreter: C:\hostedtoolcache\windows\Python\3.7.8\x64\python.exe
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
......
arrow arrow
dataclasses;python_version<"3.7" dataclasses;python_version<"3.7"
numpy;platform_machine=="x86_64" and python_version<"3.9" numpy;platform_machine=="x86_64" and python_version<"3.9"
pendulum;sys_platform!="win" and python_version<"3.9" and platform_machine=="x86_64" pendulum;sys_platform=="linux" and python_version<"3.9" and platform_machine=="x86_64"
psutil psutil
pytest pytest
pytz pytz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment