We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f50edb commit 4687574Copy full SHA for 4687574
1 file changed
.github/workflows/ci_testing.yml
@@ -24,19 +24,19 @@ jobs:
24
- name: Install Python 3.7.17
25
run: |
26
asdf plugin add python
27
- asdf local python 3.7.17
+ asdf set python 3.7.17 --local
28
asdf install python 3.7.17
29
30
- name: Install java
31
32
asdf plugin add java
33
- asdf local java liberica-1.8.0
+ asdf set java liberica-1.8.0 --local
34
asdf install java liberica-1.8.0
35
36
- name: Install poetry
37
38
asdf plugin add poetry
39
- asdf local poetry 1.4.2
+ asdf set poetry 1.4.2 --local
40
asdf install poetry 1.4.2
41
42
- name: reshim
0 commit comments