From 0a92944c3ec6405f05035ef03aa2daf239c54b28 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Thu, 23 Jan 2025 09:44:27 +0100 Subject: [PATCH] automaticlly upgrade python --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3882b0..02bad66 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.x' - run: | pip install pip --upgrade pip install -ve '.[tests]' @@ -38,7 +38,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python: ["3.12"] + python: ["3.x"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5