diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c3312fec..77f590657 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Check Python version - run: python --version + run: python --version --version - name: Install graphviz run: sudo apt-get install graphviz - name: Install dependencies @@ -83,7 +83,7 @@ jobs: with: python-version: "3" - name: Check Python version - run: python --version + run: python --version --version - name: Install dependencies run: | python -m pip install --upgrade pip @@ -104,7 +104,7 @@ jobs: with: python-version: "3" - name: Check Python version - run: python --version + run: python --version --version - name: Install graphviz run: sudo apt-get install graphviz - name: Install dependencies @@ -131,7 +131,7 @@ jobs: with: python-version: "3" - name: Check Python version - run: python --version + run: python --version --version - name: Install dependencies run: | python -m pip install --upgrade pip @@ -154,7 +154,7 @@ jobs: with: python-version: "3" - name: Check Python version - run: python --version + run: python --version --version - name: Install graphviz run: sudo apt-get install graphviz - name: Install dependencies