Skip to content

Commit

Permalink
reomved extra tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoy-at-pieces committed Sep 3, 2024
1 parent 301d30c commit 4b88379
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: poetry show

- name: Run the tests
run: poetry run pytest --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
run: poetry run pytest

# - name: Build and publish
# if: startsWith(github.ref, 'refs/tags/v')
Expand Down
107 changes: 1 addition & 106 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ websocket-client = "^1.8.0"

[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
pytest-cov = ">=5.0.0"
tox = ">=3.9.0"
flake8 = ">=4.0.0"

Expand Down

0 comments on commit 4b88379

Please sign in to comment.