Skip to content

Commit

Permalink
save without formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Oct 18, 2023
1 parent 56a5bd5 commit 4876458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/poetry_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
# Create duckdbless requirements
- name: Run duckdbless setup
run: |
chmod +x ./scripts/duckdb-less_packages.sh
./scripts/duckdb-less_packages.sh
chmod +x ./scripts/duckdb-less_packages.sh
./scripts/duckdb-less_packages.sh
shell: bash
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update duckdbless requirements
# feed exact file for ease
file_pattern: 'duckdbless_requirements.txt'
file_pattern: "duckdbless_requirements.txt"
repository: ./scripts
- name: Update binder_branch branch so binder points to current master
run: |
Expand Down

0 comments on commit 4876458

Please sign in to comment.