Skip to content

Commit f9410f2

Browse files
committed
ci: use .tool-versions for asdf installs in linting and reshim prior to running of linting
1 parent 0eb46bd commit f9410f2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci_linting.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ jobs:
2121
- name: Install asdf cli
2222
uses: asdf-vm/actions/setup@v4
2323

24-
- name: Install Python 3.7.17
25-
run: |
26-
asdf plugin add python
27-
asdf install python 3.7.17
28-
29-
- name: Install Poetry and Java
24+
- name: Install software through asdf
3025
uses: asdf-vm/actions/install@v4
26+
27+
- name: reshim asdf
28+
run: asdf reshim
3129

3230
- name: Cache Poetry virtualenv
3331
uses: actions/cache@v4

0 commit comments

Comments
 (0)