Skip to content

Commit 2093115

Browse files
committed
ci: added asdf reshim in attempt to ensure correct versions of software are used
1 parent 1c6cf70 commit 2093115

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

.github/workflows/ci_testing.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,12 @@ jobs:
2020
sudo apt -y install --no-install-recommends liblzma-dev libbz2-dev libreadline-dev
2121
- name: Install asdf cli
2222
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
23+
24+
- name: Install Python, Poetry and Java
25+
uses: asdf-vm/actions/install@v4
2826

29-
- name: Install java
30-
run: |
31-
asdf plugin add java
32-
asdf install java liberica-1.8.0
33-
34-
- name: Install poetry
35-
run: |
36-
asdf plugin add poetry
37-
asdf install poetry 1.4.2
27+
- name: asdf reshim
28+
run: asdf reshim
3829

3930
- name: Cache Poetry virtualenv
4031
uses: actions/cache@v4

0 commit comments

Comments
 (0)