Skip to content

Commit

Permalink
end of line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 9, 2023
1 parent 3285c51 commit 5ea370d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
echo "Running pytest with args: ${args[@]}"
pytest --cov=arango --cov-report=xml "${args[@]}"
# - coveralls/upload
# - coveralls/upload
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
run: python -m sphinx -b doctest docs docs/_build

- name: Generate Sphinx HTML
run: python -m sphinx -b html -W docs docs/_build
run: python -m sphinx -b html -W docs docs/_build

0 comments on commit 5ea370d

Please sign in to comment.