Skip to content

Commit

Permalink
fix: update the action file
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh committed May 23, 2024
1 parent caff7e7 commit 5518986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-conda-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5518986

Please sign in to comment.