We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb46bd commit f9410f2Copy full SHA for f9410f2
1 file changed
.github/workflows/ci_linting.yml
@@ -21,13 +21,11 @@ jobs:
21
- name: Install asdf cli
22
uses: asdf-vm/actions/setup@v4
23
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
+ - name: Install software through asdf
30
uses: asdf-vm/actions/install@v4
+
+ - name: reshim asdf
+ run: asdf reshim
31
32
- name: Cache Poetry virtualenv
33
uses: actions/cache@v4
0 commit comments