Skip to content

Commit

Permalink
[Fix]CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wxy1343 committed Oct 27, 2021
1 parent 37ac7b2 commit 2a25672
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
submodules: recursive

- uses: actions/setup-python@v2
with:
python-version: 3.9.7

- uses: kenchan0130/actions-system-info@master
id: system-info
Expand Down
2 changes: 1 addition & 1 deletion aliyunpan/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.9.0'
__version__ = '2.9.1'
2 changes: 1 addition & 1 deletion aliyunpan/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from aliyunpan.api.type import Share
from aliyunpan.api.utils import *
from aliyunpan.cli.config import Config
from aliyunpan.cli.tui import AliyunpanTUI
from aliyunpan.common import *
from aliyunpan.exceptions import InvalidRefreshToken, InvalidPassword, InvalidConfiguration, \
ConfigurationFileNotFoundError, AliyunpanCode
Expand Down Expand Up @@ -576,6 +575,7 @@ def share_(path, file_id, parent_file=''):
print(f'python main.py upload -s "{url}"')

def tui(self):
from aliyunpan.cli.tui import AliyunpanTUI
aliyunpan_tui = AliyunpanTUI(self)
aliyunpan_tui.run()

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruamel.base==1.0.0
ruamel.yaml
colorama~=0.4.3
npyscreen==4.10.5
windows-curses;platform_system=="Windows"
windows-curses;platform_system=="Windows" and python_version<"3.10"
pyperclip~=1.8.1
aria2p~=0.10.4
Flask
Expand Down

0 comments on commit 2a25672

Please sign in to comment.