Update pylint.yml
This commit is contained in:
7
.github/workflows/pylint.yml
vendored
7
.github/workflows/pylint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user