Skip to content

Commit

Permalink
Source conda again
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneVoss committed Jan 10, 2024
1 parent 27db7ee commit 2c2cab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coding-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ jobs:
pip install .
- name: Analysing the code with pylint
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate
pylint $(git ls-files '*.py') --fail-under=7.0

0 comments on commit 2c2cab9

Please sign in to comment.