@@ -22,16 +22,13 @@ jobs:
22
22
- uses : actions/checkout@v4
23
23
with :
24
24
persist-credentials : false
25
- - name : Install just
26
- uses : extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0
27
- with :
28
- repo : casey/just
29
- version : 1.42.4
30
25
- name : Install uv
31
26
uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
32
27
with :
33
28
enable-cache : true
34
29
python-version : " 3.9"
30
+ - name : Install just
31
+ run : uvx tool install just
35
32
- name : Install Python dependencies
36
33
run : |
37
34
just install
@@ -86,16 +83,13 @@ jobs:
86
83
- uses : actions/checkout@v4
87
84
with :
88
85
persist-credentials : false
89
- - name : Install just
90
- uses : extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0
91
- with :
92
- repo : casey/just
93
- version : 1.42.4
94
86
- name : Install uv
95
87
uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
96
88
with :
97
89
enable-cache : true
98
90
python-version : " 3.9"
91
+ - name : Install just
92
+ run : uvx tool install just
99
93
- id : setup-mongodb
100
94
uses : mongodb-labs/drivers-evergreen-tools@master
101
95
with :
@@ -120,10 +114,7 @@ jobs:
120
114
enable-cache : true
121
115
python-version : " 3.9"
122
116
- name : Install just
123
- uses : extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0
124
- with :
125
- repo : casey/just
126
- version : 1.42.4
117
+ run : uvx tool install just
127
118
- name : Install dependencies
128
119
run : just install
129
120
- name : Build docs
@@ -142,10 +133,7 @@ jobs:
142
133
enable-cache : true
143
134
python-version : " 3.9"
144
135
- name : Install just
145
- uses : extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0
146
- with :
147
- repo : casey/just
148
- version : 1.42.4
136
+ run : uvx tool install just
149
137
- name : Install dependencies
150
138
run : just install
151
139
- name : Build docs
@@ -167,10 +155,7 @@ jobs:
167
155
enable-cache : true
168
156
python-version : " ${{matrix.python}}"
169
157
- name : Install just
170
- uses : extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0
171
- with :
172
- repo : casey/just
173
- version : 1.42.4
158
+ run : uvx tool install just
174
159
- name : Install dependencies
175
160
run : |
176
161
just install
0 commit comments