Skip to content

Commit 8d817fd

Browse files
authored
Merge pull request #352 from hawflau/fix-failed-appveyor-build
Fix CI (appveyor) env
2 parents 1310812 + 911ae49 commit 8d817fd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ for:
5959
# setup go
6060
- rmdir c:\go /s /q
6161
- "choco install golang --version 1.15.7"
62-
- "choco install bzr"
6362
- "choco install dep"
6463
- setx PATH "C:\go\bin;C:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial;%PATH%;"
6564
- "go version"

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ backports.tempfile==1.0; python_version<"3.7"
1818

1919

2020
# formatter
21-
black==20.8b1
21+
black==22.3.0

0 commit comments

Comments
 (0)