From: Marc Fehling Date: Mon, 17 Feb 2025 14:47:04 +0000 (+0100) Subject: Remove setup-python and use python in PATH. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2d928c2f4c978b561d5ddcbadafdab1f5ef9b2;p=dealii.git Remove setup-python and use python in PATH. --- diff --git a/.github/workflows/indent.yml b/.github/workflows/indent.yml index faedc97ee7..bb340e99d0 100644 --- a/.github/workflows/indent.yml +++ b/.github/workflows/indent.yml @@ -80,6 +80,5 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - run: python -m pip install networkx - uses: pre-commit/action@v3.0.1