We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6cf70 commit 2093115Copy full SHA for 2093115
1 file changed
.github/workflows/ci_testing.yml
@@ -20,21 +20,12 @@ jobs:
20
sudo apt -y install --no-install-recommends liblzma-dev libbz2-dev libreadline-dev
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
+
+ - name: Install Python, Poetry and Java
+ uses: asdf-vm/actions/install@v4
28
29
- - name: Install java
30
31
- asdf plugin add java
32
- asdf install java liberica-1.8.0
33
34
- - name: Install poetry
35
36
- asdf plugin add poetry
37
- asdf install poetry 1.4.2
+ - name: asdf reshim
+ run: asdf reshim
38
39
- name: Cache Poetry virtualenv
40
uses: actions/cache@v4
0 commit comments