Skip to content

Commit

Permalink
install python setuptools on publish job, only run publish after test…
Browse files Browse the repository at this point in the history
… complete on master
  • Loading branch information
aolsenjazz committed Sep 12, 2024
1 parent a2a1abd commit 1f4152b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- master
workflow_run:
workflows: ['Test']
types:
- completed

jobs:
publish:
Expand All @@ -23,6 +27,10 @@ jobs:
node-version: 21
cache: npm

- name: Install python dependencies
run: |
brew install python-setuptools
- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 1f4152b

Please sign in to comment.