From c743aec632992907661187ed49fcf481f7bb9c4c Mon Sep 17 00:00:00 2001 From: femtotrader Date: Mon, 24 Jul 2023 12:21:04 +0200 Subject: [PATCH] CI --- .github/workflows/pullrequestchecks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pullrequestchecks.yml b/.github/workflows/pullrequestchecks.yml index 9a4950b..abbff4e 100644 --- a/.github/workflows/pullrequestchecks.yml +++ b/.github/workflows/pullrequestchecks.yml @@ -14,10 +14,10 @@ jobs: with: fetch-depth: 1 - - name: Set up Python 3.7 - uses: actions/setup-python@v1 + - name: Setup Python + uses: actions/setup-python@v4.7.0 with: - python-version: 3.7 + python-version: 3.9 - name: Install Poetry Action uses: snok/install-poetry@v1.3.3