Skip to content

Commit 7864124

Browse files
committed
Add python version in workflows name
1 parent 8b45caa commit 7864124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Check and test transferwee
1010

1111
jobs:
1212
build:
13-
name: Check and test transferwee
13+
name: Check and test transferwee with Python 3.10
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code

.github/workflows/python38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Check and test transferwee
1010

1111
jobs:
1212
build:
13-
name: Check and test transferwee
13+
name: Check and test transferwee with Python 3.8
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code

0 commit comments

Comments
 (0)