Skip to content

Commit

Permalink
fix: ci fails in post-setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyuanneko committed Nov 6, 2024
1 parent 16d7d66 commit d09f71e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
node-version: "22.x"
check-latest: true
cache: yarn
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: pip
- name: Install dependencies
run: |
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand Down

0 comments on commit d09f71e

Please sign in to comment.