Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Jan 4, 2024
1 parent f5cd2bf commit c2472f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c2472f1

Please sign in to comment.