Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjagusch committed Apr 10, 2023
1 parent a380463 commit c75ba34
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
outputs:
versions: ${{ steps.list_versions.versions }}
pytest:
strategy:
matrix:
quetz_server_version: "${{fromJSON(needs.list_quetz_server_versions.outputs.versions)}}"
name: Run pytest
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from jupyter_releaser.actions.common import run_action

run_action("jupyter-releaser draft-changelog")
20 changes: 20 additions & 0 deletions traceback.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Traceback (most recent call last):
File "/Users/janjagusch/mambaforge/envs/quetz-client/lib/python3.11/site-packages/pudb/__init__.py", line 158, in runscript
dbg._runscript(mainpyfile)
File "/Users/janjagusch/mambaforge/envs/quetz-client/lib/python3.11/site-packages/pudb/debugger.py", line 526, in _runscript
self.run(statement)
File "/Users/janjagusch/mambaforge/envs/quetz-client/lib/python3.11/bdb.py", line 597, in run
exec(cmd, globals, locals)
File "<string>", line 1, in <module>
File "test.py", line 3, in <module>
run_action("jupyter-releaser draft-changelog")
File "/Users/janjagusch/mambaforge/envs/quetz-client/lib/python3.11/site-packages/jupyter_releaser/actions/common.py", line 25, in run_action
_run(target, *args, **kwargs)
File "/Users/janjagusch/mambaforge/envs/quetz-client/lib/python3.11/site-packages/jupyter_releaser/util.py", line 91, in run
raise e
File "/Users/janjagusch/mambaforge/envs/quetz-client/lib/python3.11/site-packages/jupyter_releaser/util.py", line 83, in run
process = tee(cmd, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/Users/janjagusch/mambaforge/envs/quetz-client/lib/python3.11/site-packages/jupyter_releaser/tee.py", line 159, in run
raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command 'jupyter-releaser draft-changelog' returned non-zero exit status 1.

0 comments on commit c75ba34

Please sign in to comment.