Skip to content

Commit

Permalink
add python step
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaykh90 committed May 7, 2024
1 parent d065cbb commit 55ac042
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install distutils
- name: Test
run: |
npm ci
Expand Down Expand Up @@ -104,6 +109,11 @@ jobs:
with:
node-version: "16"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install distutils
- name: Build
run: |
./scripts/setup.sh --config local.env
Expand Down

0 comments on commit 55ac042

Please sign in to comment.