Skip to content

Commit

Permalink
fix: python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwheels94 committed Jun 15, 2024
1 parent 9072f30 commit 6a14ef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- uses: actions/setup-python@v5
with:
python-version: 'pypy3.9'
- run: rm -rf ui
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 6a14ef8

Please sign in to comment.