From c2472f1dcb7b71c1fef4d25c78e995884dac3653 Mon Sep 17 00:00:00 2001 From: lorenz Date: Thu, 4 Jan 2024 22:19:03 +0100 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 3e1139d..bc4b82d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,11 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: conda-incubator/setup-miniconda@v2 - with: - python-version: "3.11" + - uses: mamba-org/setup-micromamba@v1 - name: install dependencies run: | + mamba update --all mamba install freecad numpy scipy pylint - name: Analysing the code with pylint run: |