Skip to content

Commit

Permalink
Merge pull request #352 from hawflau/fix-failed-appveyor-build
Browse files Browse the repository at this point in the history
Fix CI (appveyor) env
  • Loading branch information
hawflau authored Apr 11, 2022
2 parents 1310812 + 911ae49 commit 8d817fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ for:
# setup go
- rmdir c:\go /s /q
- "choco install golang --version 1.15.7"
- "choco install bzr"
- "choco install dep"
- setx PATH "C:\go\bin;C:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial;%PATH%;"
- "go version"
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ backports.tempfile==1.0; python_version<"3.7"


# formatter
black==20.8b1
black==22.3.0

0 comments on commit 8d817fd

Please sign in to comment.