Skip to content

Commit

Permalink
fix action python package
Browse files Browse the repository at this point in the history
  • Loading branch information
oudeis01 committed May 23, 2024
1 parent d9bd691 commit f1aa1fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,17 @@ jobs:
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}

- name: Install python dependency
run: |
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install --upgrade pip
pip3 install docx
- name: Fetch google doc
run: npm run fetch

- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build

Expand Down

0 comments on commit f1aa1fe

Please sign in to comment.