Skip to content

Commit

Permalink
update dcicutils and tibanna version and ubuntu 22.04 for ga and pyth…
Browse files Browse the repository at this point in the history
…on 3.11 for ga
  • Loading branch information
dmichaels-harvard committed Sep 28, 2023
1 parent 99cc267 commit ec36f35
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
name: Test portal-pipeline-utils with Python ${{ matrix.python_version }}

# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python_version: [3.7, 3.8]
python_version: [3.7, 3.8, 3.11]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
74 changes: 37 additions & 37 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "portal-pipeline-utils"
version = "2.1.0.1b2" # TODO: To become 3.0.0
version = "2.1.0.1b4" # TODO: To become 3.0.0
description = "Utilities for deploying pipelines and interfacing with portal infrastructure."
authors = [
"Michele Berselli <berselli.michele@gmail.com>",
Expand All @@ -22,11 +22,11 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
dcicutils = "7.12.0.2b6"
boto3 = "^1.28.54"
awscli = "^1.29.54"
dcicutils = "7.12.0.2b7"
boto3 = "^1.28.56"
awscli = "^1.29.56"
jsonschema = "^4.7.2"
magma-suite = "1.5.0.3b2"
magma-suite = "1.5.0.3b4"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit ec36f35

Please sign in to comment.