Skip to content

Commit

Permalink
Moved Python setup to separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed May 6, 2024
1 parent 7308235 commit 5ed6824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5

- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
uses: actions/setup-python@v5
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 5ed6824

Please sign in to comment.