Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Nov 30, 2023
1 parent 2e85f10 commit e64a7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-wrapper-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Always Succeed
run: |
echo ${{ needs.paths-filter.outputs.client }}
echo "No changes in client - skipping unit tests"
run: echo "No changes in client - skipping unit tests"

unit-tests:
needs: paths-filter
Expand Down
3 changes: 0 additions & 3 deletions clients/python-wrapper/lakefs/branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,3 @@ def __init__(self, repository_id: str, branch_id: str, commit_message: str, clie

# TODO: Implement and check if we are OK with transaction returning a branch
# with capabilities such as commit and transaction


bla

0 comments on commit e64a7d7

Please sign in to comment.