Skip to content

Commit 6773134

Browse files
committed
Cache linting deps
1 parent acee11b commit 6773134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: opencosmo CI
1+
nme: opencosmo CI
22

33
on:
44
pull_request:
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-python@v4
2828
with:
2929
python-version: '3.13'
30+
cache: poetry
3031
- name: setup mpi
3132
uses: mpi4py/setup-mpi@v1
3233
- name: Install Poetry

0 commit comments

Comments
 (0)