We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4687574 commit aca2d1eCopy full SHA for aca2d1e
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 set python 3.7.17 --local
+ asdf set python 3.7.17
28
asdf install python 3.7.17
29
30
- name: Install java
31
32
asdf plugin add java
33
- asdf set java liberica-1.8.0 --local
+ asdf set java liberica-1.8.0
34
asdf install java liberica-1.8.0
35
36
- name: Install poetry
37
38
asdf plugin add poetry
39
- asdf set poetry 1.4.2 --local
+ asdf set poetry 1.4.2
40
asdf install poetry 1.4.2
41
42
- name: reshim
0 commit comments