Skip to content

Commit

Permalink
Install Python in Node test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Dec 4, 2024
1 parent 934183f commit da1fed1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version: "3.14"
- name: "Set up Node ${{ matrix.node_version }}"
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit da1fed1

Please sign in to comment.