Skip to content

Commit

Permalink
Merge branch 'develop' into #170-improve-last-updated-tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Apr 21, 2024
2 parents d8eabe0 + 22b06a3 commit 6bd7dcd
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 220 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- develop

env:
POETRY_VERSION: "1.7.1"
POETRY_VERSION: "1.8.2"
MAIN_PYTHON_VERSION: "3.9"
PACKAGE_NAME: "paramdb"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
POETRY_VERSION: "1.7.1"
POETRY_VERSION: "1.8.2"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
python: "3.10"
jobs:
post_create_environment:
- pip install poetry==1.6.1
- pip install poetry==1.8.2
- poetry config virtualenvs.create false
post_install:
- poetry install --without dev
Expand Down
Loading

0 comments on commit 6bd7dcd

Please sign in to comment.