add python version in name

This commit is contained in:
FahadKhalid210 2024-02-28 16:49:38 +05:00 committed by Fahad Khalid
parent 42819d69c1
commit d29a25677a

View File

@ -12,7 +12,7 @@ jobs:
python-version: ['3.8', '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}