Skip to content

Commit

Permalink
pip-compile-multi
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2024
1 parent 6c64d50 commit 7749896
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bump-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,20 @@ jobs:
with:
node-version: '20'

- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: ${{ inputs.cache }}

- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4

- name: Setup supersetbot
uses: ./.github/actions/setup-supersetbot/

- name: Execute custom Node.js script
run: pip install pip-compile-multi
- name: Execute custom Node.js script
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 7749896

Please sign in to comment.