Skip to content

Commit

Permalink
ci pip-compile: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Jan 24, 2024
1 parent 5ebf9f1 commit 077988a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pip-compile-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ name: "Refresh dev dependencies"
push:
branches:
- devel
- ci-test
paths:
- .github/workflows/reusable-pip-compile.yml
- ".github/workflows/pip-compile-dev.yml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pip-compile-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ name: "Refresh docs build dependencies"
push:
branches:
- devel
- ci-test
paths:
- .github/workflows/reusable-pip-compile.yml
- ".github/workflows/pip-compile-docs.yml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
#
nox_args: "${{ inputs.nox-args }}"
run: |
set -x
nox ${nox_args}
- name: Push new dependency versions and create a PR
env:
Expand Down

0 comments on commit 077988a

Please sign in to comment.