Skip to content

Commit 550fb25

Browse files
committed
Fix CI rot
1 parent e8727c8 commit 550fb25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
pool:
157157
vmImage: windows-2019
158158
variables:
159-
interpreter: C:\hostedtoolcache\windows\Python\3.7.7\x64\python.exe
159+
interpreter: C:\hostedtoolcache\windows\Python\3.7.8\x64\python.exe
160160
target: x86_64-pc-windows-msvc
161161
steps:
162162
- task: UsePythonVersion@0

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
arrow
22
dataclasses;python_version<"3.7"
33
numpy;platform_machine=="x86_64" and python_version<"3.9"
4-
pendulum;sys_platform!="win" and python_version<"3.9" and platform_machine=="x86_64"
4+
pendulum;sys_platform=="linux" and python_version<"3.9" and platform_machine=="x86_64"
55
psutil
66
pytest
77
pytz

0 commit comments

Comments
 (0)