Skip to content

Commit aca2d1e

Browse files
committed
ci: replaced asdf local with asdf set as different version being used on runner
1 parent 4687574 commit aca2d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ jobs:
2424
- name: Install Python 3.7.17
2525
run: |
2626
asdf plugin add python
27-
asdf set python 3.7.17 --local
27+
asdf set python 3.7.17
2828
asdf install python 3.7.17
2929
3030
- name: Install java
3131
run: |
3232
asdf plugin add java
33-
asdf set java liberica-1.8.0 --local
33+
asdf set java liberica-1.8.0
3434
asdf install java liberica-1.8.0
3535
3636
- name: Install poetry
3737
run: |
3838
asdf plugin add poetry
39-
asdf set poetry 1.4.2 --local
39+
asdf set poetry 1.4.2
4040
asdf install poetry 1.4.2
4141
4242
- name: reshim

0 commit comments

Comments
 (0)