Skip to content

Commit

Permalink
fix: adjust pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnazarv committed Sep 10, 2023
1 parent 60adf59 commit a7af298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
needs: [semantic_release]

steps:
- env:
TAG: ${{ needs.semantic_release.outputs.tag }}
run: echo "$TAG"

- name: Checkout
uses: actions/checkout@v3

Expand All @@ -71,7 +67,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/training_api:$TAG
tags: ${{ secrets.DOCKERHUB_USERNAME }}/training_api:${{ needs.semantic_release.outputs.tag }}


publish_package:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mypy = "1.5.1"
[tool.poetry.group.test.dependencies]
httpx = "^0.24.1"
pre-commit = "^3.4.0"
pytest = "7.4.0"
pytest = "^7.4.0"
pytest-cov = "4.1.0"

[build-system]
Expand Down

0 comments on commit a7af298

Please sign in to comment.