From 5518986e1167f5617040b6f4b44e444f62d2b21e Mon Sep 17 00:00:00 2001 From: Caibin Sheng Date: Thu, 23 May 2024 11:16:09 +0200 Subject: [PATCH] fix: update the action file --- .github/workflows/python-conda-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-conda-build.yaml b/.github/workflows/python-conda-build.yaml index c8300b0..eae7e6c 100644 --- a/.github/workflows/python-conda-build.yaml +++ b/.github/workflows/python-conda-build.yaml @@ -29,7 +29,7 @@ jobs: run: | export PATH="$GITHUB_PATH:$PATH" source activate scar - conda install pylint + conda install -anaconda pylint astroid pylint scar --fail-under 8.5 --disable=R,C --generated-members=torch.* - name: Run unit tests run: |