From 67bb54ec546d2c2b7324f77a8295dc6dceb5c511 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Wed, 24 Apr 2024 15:40:42 +0200 Subject: [PATCH] Use Python 3.8 for pipeline (#3) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c39b77aa6..03165dcad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.8' - run: | pip install poetry poetry install -E test