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 2ee9521 commit d24bee2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
- uses: conda-incubator/setup-miniconda@v2
with:
init-shell: bash
auto-update-conda: true
python-version: "3.11"
use-only-tar-bz2: true
miniforge-version: latest
- name: install dependencies
run: |
mamba update --all
Expand Down

0 comments on commit d24bee2

Please sign in to comment.