Skip to content

Commit

Permalink
unmatrix-ize ci workflow - needs to by synchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jul 1, 2024
1 parent 852e7aa commit cf007bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
poetry run invoke test --no-flake
build_3_12:
needs: build_3_10
needs: build_3_11
# The type of runner that the job will run on
runs-on: ubuntu-22.04

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 = "tibanna"
version = "5.2.2.1b2" # TODO: To becom 5.3.0
version = "5.2.2.1b3" # TODO: To becom 5.3.0
description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud."
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down

0 comments on commit cf007bb

Please sign in to comment.