Skip to content

Commit 99561a3

Browse files
committed
Update github actions
1 parent 3ed950c commit 99561a3

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ jobs:
5050
if: steps.cache.outputs.cache-hit != 'true'
5151

5252
- name: Install dependencies
53+
env:
54+
CONDA_TOOL: mamba
5355
run: |
54-
make CONDA_TOOL=mamba install
56+
make poetry-install-venv
57+
make install
5558
5659
- name: Run linting checks
5760
run: |

.github/workflows/precommit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ jobs:
5050
if: steps.cache.outputs.cache-hit != 'true'
5151

5252
- name: Install dependencies
53+
env:
54+
CONDA_TOOL: mamba
5355
run: |
54-
make CONDA_TOOL=mamba install
56+
make poetry-install-venv
57+
make install
5558
5659
- name: Run Pre-commit checks
5760
run: |

0 commit comments

Comments
 (0)