We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720b2f4 commit 7dedc31Copy full SHA for 7dedc31
1 file changed
.github/workflows/main.yml
@@ -34,6 +34,8 @@ jobs:
34
enable-cache: true
35
- name: Install just
36
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
37
+ with:
38
+ just-version: "1.43.1"
39
- name: Install graphviz
40
run: |
41
sudo apt-get update
@@ -63,6 +65,8 @@ jobs:
63
65
python-version: ${{ matrix.python-version }}
64
66
67
68
69
70
71
- if: matrix.os == 'ubuntu-latest'
72
0 commit comments