Skip to content

Commit

Permalink
remove debug in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Feb 15, 2024
1 parent aeef704 commit 40d1250
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,3 @@ jobs:
- run: git config --global user.name "Dummy User"
- run: python -m pip install .[test]
- run: python -m pytest . -v

debug:
name: debug
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Dummy User"
- run: python -m pip install .[test]
- run: ssh localhost; mkdir git_test; cd git_test; git init; touch test.txt; git add .; git commit -am 'dummy commit'; git log; git branch -v
- run: python -c 'import git; repo = git.Repo("git_test"); print(repo.git.log()); print(repo.heads)'

0 comments on commit 40d1250

Please sign in to comment.