add python version in name

This commit is contained in:
FahadKhalid210 2024-02-28 16:49:38 +05:00
parent 5a16745c79
commit 3b77a48329

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 }}