We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed950c commit 99561a3Copy full SHA for 99561a3
2 files changed
.github/workflows/lint.yml
@@ -50,8 +50,11 @@ jobs:
50
if: steps.cache.outputs.cache-hit != 'true'
51
52
- name: Install dependencies
53
+ env:
54
+ CONDA_TOOL: mamba
55
run: |
- make CONDA_TOOL=mamba install
56
+ make poetry-install-venv
57
+ make install
58
59
- name: Run linting checks
60
.github/workflows/precommit.yml
- name: Run Pre-commit checks
0 commit comments