Skip to content

Commit 63e8312

Browse files
committed
Change workflows names
1 parent 4de21ae commit 63e8312

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/main_py310.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing PyGAD using PyTest
1+
name: Python 3.10 Testing PyGAD using PyTest
22

33
on:
44
push:

.github/workflows/main_py311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing PyGAD using PyTest
1+
name: Python 3.11 Testing PyGAD using PyTest
22

33
on:
44
push:

.github/workflows/main_py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing PyGAD using PyTest
1+
name: Python 3.7 Testing PyGAD using PyTest
22

33
on:
44
push:

.github/workflows/main_py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing PyGAD using PyTest
1+
name: Python 3.8 Testing PyGAD using PyTest
22

33
on:
44
push:

.github/workflows/main_py39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing PyGAD using PyTest
1+
name: Python 3.9 Testing PyGAD using PyTest
22

33
on:
44
push:

0 commit comments

Comments
 (0)