From 431a44be315426b63185cc05b4d2396dd8011e40 Mon Sep 17 00:00:00 2001 From: lohanspies Date: Fri, 24 Mar 2023 16:24:07 +0200 Subject: [PATCH 1/2] update python version for GH actions --- .github/workflows/publish-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 77e46b7..ee88c6c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -14,10 +14,10 @@ jobs: - name: Install keyring for python run: sudo apt install gnome-keyring - - name: Set up Python 3.9.4 + - name: Set up Python 3.9.12 uses: actions/setup-python@v2 with: - python-version: 3.9.4 + python-version: 3.9.12 - name: Set up Poetry uses: abatilo/actions-poetry@v2.0.0 From 81714ffce081e71893103bd3c34a859c3f997231 Mon Sep 17 00:00:00 2001 From: lohanspies Date: Fri, 24 Mar 2023 16:24:20 +0200 Subject: [PATCH 2/2] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ba58e0..f4f099d 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ In order to run the tests, you'll need to install the dependencies first. The ch ### Poetry ```shell -# Uncomment if you don't have poetry installed -# pip install poetry +# Install poetry +pip install poetry==1.4.1 # Activate the environment poetry shell