Skip to content

Commit 4eb0780

Browse files
author
Vianpyro
committed
Add descriptive comment for OS and Python versions in GitHub Actions workflow
1 parent 7d99134 commit 4eb0780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test:
99
runs-on: ${{ matrix.os }}
1010
strategy:
11+
- name: List of OS and Python versions to test for
1112
matrix:
1213
os: [ubuntu-latest, macos-latest, windows-latest]
1314
python-version: ["3.x"]

0 commit comments

Comments
 (0)