Skip to content

Commit

Permalink
fix: update ci to lock py 39
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jan 11, 2025
1 parent 7962a3e commit a5629e7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/cos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,22 @@ jobs:
with:
node-version: '20.13.1'

- name: Setup Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: install doc dependencies
run: sudo npm i

- name: build
run: |
npm run docs:build
- name: install coscmd and tccli
run: |
sudo pip3 install coscmd
sudo pip3 install tccli
- name: build
run: |
npm run docs:build
- name: confirgure coscmd and tccli
env:
Expand Down

0 comments on commit a5629e7

Please sign in to comment.