Skip to content

Commit

Permalink
Merge ad2fb55 into d8a2c3b
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed May 28, 2024
2 parents d8a2c3b + ad2fb55 commit d1dfaa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,9 @@ jobs:
name: finalize
needs: test
runs-on: ubuntu-latest
container: python:3-slim
if: ${{ always() }}
steps:
- name: Indicate completion to coveralls.io
run: |
pip --no-cache-dir install --upgrade coveralls
python -m coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ wsgi = [
"uvicorn"
]

[options.packages.find]
where = "swagger_server"

[tool.setuptools]
packages = ["sdx_controller", "bapm_server"]

Expand Down

0 comments on commit d1dfaa2

Please sign in to comment.