Commit 7c91d95 1 parent f41033d commit 7c91d95 Copy full SHA for 7c91d95
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ jobs:
117
117
uses : supercharge/mongodb-github-action@1.12.0
118
118
with :
119
119
mongodb-version : ' 8.0.0-rc4'
120
+ - name : Install dependencies
121
+ run : |
122
+ just install
120
123
- name : Run tests
121
124
run : |
122
125
just docs-test
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ def __get_options(self) -> None:
277
277
# Calling set_options adds the option to the existing bitmask and
278
278
# returns the new bitmask.
279
279
# https://www.pyopenssl.org/en/stable/api/ssl.html#OpenSSL.SSL.Context.set_options
280
- return self ._ctx .set_options (0 )
280
+ self ._ctx .set_options (0 )
281
281
282
282
def __set_options (self , value : int ) -> None :
283
283
# Explicitly convert to int, since newer CPython versions
You can’t perform that action at this time.
0 commit comments