CI: combine version steps

This commit is contained in:
XhmikosR 2022-03-07 08:58:22 +02:00
parent 491f45e017
commit 071a3a1e0e

View File

@ -34,8 +34,10 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: python --version
- run: pip --version
- name: Print versions
run: |
python --version
pip --version
- name: Install Python dependencies
run: pip install -r requirements.txt