Skip to content

Commit

Permalink
Restore full dependency testing for actual releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsulim committed Feb 21, 2023
1 parent a34bb6d commit 076ea90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ on:
- "master"

jobs:
# Temporary disable for quick testing
# test:
# uses: ./.github/workflows/test.yaml
test:
uses: ./.github/workflows/test.yaml
publish:
# needs: [test]
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oak-build"
version = "0.1.2.post1"
version = "0.1.2.post2"
description = ""
authors = ["Kirill Sulim <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 076ea90

Please sign in to comment.