Skip to content

Commit

Permalink
switcharoo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2024
1 parent 4c0835f commit 672bea5
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 @@ -34,11 +34,19 @@ jobs:
- name: Setup supersetbot
uses: ./.github/actions/setup-supersetbot/

# DELETE ME
- name: cp pyproject
run: cp pyproject.toml /tmp

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

# DELETE ME
- name: cp pyproject back
run: cp /tmp/pyproject.toml ./

- name: Install pip-compile-multi
run: pip install pip-compile-multi

Expand Down

0 comments on commit 672bea5

Please sign in to comment.