Skip to content

Commit

Permalink
set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Jan 22, 2024
1 parent e00d8cb commit ce35e82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:


- name: Build docs
uses: actions/setup-python@v5
with:
python-version: '2.7'
run: yarn && yarn build

- name: Docker build
Expand Down

0 comments on commit ce35e82

Please sign in to comment.