dylanninin
dylanninin
In install versions command, pyenv should be prefixed with full qualified path: ```yaml - name: Install versions command: creates={{ pyenv_root }}/versions/{{ item }} {{ pyenv_root }}/bin/pyenv install {{ item }}...
duplicated
遇到同样的问题, 这个 sdk 是不是不再维护了,到现在也没有更新 ~
pull request #7 has resolved this issue.
These days, I have encountered the same problem as below ``` python def test_optional_key_convert_failed_randomly_while_with_another_optional_object(): """ In this test, created_at string "2015-10-10 00:00:00" is expected to be converted to a datetime...