Skip to content

Commit

Permalink
setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
laudebugs committed Sep 28, 2024
1 parent c0ed8d4 commit a0e3480
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
node-version: [20.x]
steps:
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Cache node modules
uses: actions/cache@v2
env:
Expand Down

0 comments on commit a0e3480

Please sign in to comment.