Add setup python step

This commit is contained in:
Justin Traglia 2024-04-29 11:04:45 -05:00
parent 33cf11141c
commit 37871a86d8
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{matrix.node}}
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install setuptools
run: |
python -m pip install --upgrade pip