@@ -23,13 +23,11 @@ jobs:
2323 steps :
2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525
26- - name : Install Rye
27- run : |
28- curl -sSf https://rye.astral.sh/get | bash
29- echo "$HOME/.rye/shims" >> $GITHUB_PATH
30- env :
31- RYE_VERSION : ' 0.44.0'
32- RYE_INSTALL_OPTION : ' --yes'
26+ - name : Set up Rye
27+ uses : eifinger/setup-rye@c694239a43768373e87d0103d7f547027a23f3c8
28+ with :
29+ version : ' 0.44.0'
30+ enable-cache : true
3331
3432 - name : Install dependencies
3533 run : rye sync --all-features
@@ -48,13 +46,11 @@ jobs:
4846 steps :
4947 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5048
51- - name : Install Rye
52- run : |
53- curl -sSf https://rye.astral.sh/get | bash
54- echo "$HOME/.rye/shims" >> $GITHUB_PATH
55- env :
56- RYE_VERSION : ' 0.44.0'
57- RYE_INSTALL_OPTION : ' --yes'
49+ - name : Set up Rye
50+ uses : eifinger/setup-rye@c694239a43768373e87d0103d7f547027a23f3c8
51+ with :
52+ version : ' 0.44.0'
53+ enable-cache : true
5854
5955 - name : Install dependencies
6056 run : rye sync --all-features
@@ -89,13 +85,11 @@ jobs:
8985 steps :
9086 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9187
92- - name : Install Rye
93- run : |
94- curl -sSf https://rye.astral.sh/get | bash
95- echo "$HOME/.rye/shims" >> $GITHUB_PATH
96- env :
97- RYE_VERSION : ' 0.44.0'
98- RYE_INSTALL_OPTION : ' --yes'
88+ - name : Set up Rye
89+ uses : eifinger/setup-rye@c694239a43768373e87d0103d7f547027a23f3c8
90+ with :
91+ version : ' 0.44.0'
92+ enable-cache : true
9993
10094 - name : Bootstrap
10195 run : ./scripts/bootstrap
@@ -112,13 +106,11 @@ jobs:
112106 steps :
113107 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
114108
115- - name : Install Rye
116- run : |
117- curl -sSf https://rye.astral.sh/get | bash
118- echo "$HOME/.rye/shims" >> $GITHUB_PATH
119- env :
120- RYE_VERSION : ' 0.44.0'
121- RYE_INSTALL_OPTION : ' --yes'
109+ - name : Set up Rye
110+ uses : eifinger/setup-rye@c694239a43768373e87d0103d7f547027a23f3c8
111+ with :
112+ version : ' 0.44.0'
113+ enable-cache : true
122114 - name : Install dependencies
123115 run : |
124116 rye sync --all-features
0 commit comments