From 78641244dad2d4eed1e88732fd682ddcec80a982 Mon Sep 17 00:00:00 2001 From: sharevb Date: Wed, 25 Oct 2023 13:46:25 +0200 Subject: [PATCH] Add python version in workflows name --- .github/workflows/python.yml | 2 +- .github/workflows/python38.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 25a6d8a..fb579cb 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -10,7 +10,7 @@ name: Check and test transferwee jobs: build: - name: Check and test transferwee + name: Check and test transferwee with Python 3.10 runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/.github/workflows/python38.yml b/.github/workflows/python38.yml index 558b7dd..7ab999a 100644 --- a/.github/workflows/python38.yml +++ b/.github/workflows/python38.yml @@ -10,7 +10,7 @@ name: Check and test transferwee jobs: build: - name: Check and test transferwee + name: Check and test transferwee with Python 3.8 runs-on: ubuntu-latest steps: - name: Checkout code