Skip to content

Commit 69c49ad

Browse files
committed
Add cache in github actions for python and poetry
1 parent f14428a commit 69c49ad

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/linters.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
with:
11-
path: "basic_games"
12-
- name: Set up Python
13-
uses: actions/setup-python@v2
11+
path: basic_games
12+
- name: Setup Poetry environment
13+
uses: 5yutan5/setup-poetry-env@v1.1.0
1414
with:
1515
python-version: 3.12
16-
- uses: abatilo/actions-poetry@v2
1716
- name: Install
1817
run: |
1918
cd basic_games

0 commit comments

Comments
 (0)