CI: combine version steps
authorXhmikosR <redacted>
Mon, 7 Mar 2022 06:58:22 +0000 (08:58 +0200)
committerXhmikosR <redacted>
Mon, 7 Mar 2022 06:58:22 +0000 (08:58 +0200)
.github/workflows/ci.yml

index 0d8472e0e2eda240e4668c3de96a2776844df707..eaf451632ccfb482a4e5b309c83448d3b59613e9 100644 (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
git clone https://git.99rst.org/PROJECT