Skip to content

Commit e71d269

Browse files
authored
Remove manual fix for twisted in CI (#8847)
1 parent be18c83 commit e71d269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/downstream.d/twisted.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ case "${1}" in
55
git clone --depth=1 https://github.com/twisted/twisted
66
cd twisted
77
git rev-parse HEAD
8-
pip install ".[all_non_platform]" "pyasn1!=0.5.0"
8+
pip install ".[all_non_platform]"
99
;;
1010
run)
1111
cd twisted

0 commit comments

Comments
 (0)