From 7b012b979e0cdea1d66c98d9c8027199e1f34638 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Tue, 17 Sep 2024 16:12:20 +0200 Subject: [PATCH] u --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9592b5f..011530c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,11 @@ jobs: - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: - python-version: '3.8' + python-version: '3.9' cache: 'poetry' - - name: Poetry environment information + - name: Setup + run: poetry env use 3.9 + - name: Environment information run: poetry env info - name: Build run: poetry install --with dev,test