Browse Source

ci: 💚 fix CI

tags/0.1.0
shangfengh 3 years ago
parent
commit
26a433cdaa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/upload_deploy.yml

+ 2
- 1
.github/workflows/upload_deploy.yml View File

@@ -24,7 +24,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.9.2'
architecture: 'x64'

- name: Pip Install paramiko
run: pip install paramiko


Loading…
Cancel
Save