From f5cd2bf3d4fb82425bf3a1dfffb3d9ae6d22b4ac Mon Sep 17 00:00:00 2001 From: lorenz Date: Thu, 4 Jan 2024 22:16:49 +0100 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index abf3435..3e1139d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v2 with: python-version: "3.11" - name: install dependencies