File tree 4 files changed +24
-5
lines changed
4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- uses : actions/checkout@v4
41
+ - uses : actions-rs/toolchain@v1
42
+ with :
43
+ toolchain : 1.72
44
+ default : true
41
45
- name : Cache Cargo
42
46
uses : actions/cache@v3
43
47
with :
63
67
- uses : actions/checkout@v4
64
68
with :
65
69
submodules : true
70
+ - uses : actions-rs/toolchain@v1
71
+ with :
72
+ toolchain : 1.72
73
+ default : true
66
74
- name : Cache Cargo
67
75
uses : actions/cache@v3
68
76
with :
Original file line number Diff line number Diff line change 56
56
channel-priority : strict
57
57
activate-environment : dask-sql
58
58
environment-file : ${{ env.CONDA_FILE }}
59
+ - uses : actions-rs/toolchain@v1
60
+ with :
61
+ toolchain : 1.72
62
+ default : true
59
63
- name : Install x86_64-apple-darwin target
60
64
if : matrix.os == 'macos-latest'
61
65
run : rustup target add x86_64-apple-darwin
@@ -103,6 +107,10 @@ jobs:
103
107
use-mamba : true
104
108
python-version : " 3.9"
105
109
channel-priority : strict
110
+ - uses : actions-rs/toolchain@v1
111
+ with :
112
+ toolchain : 1.72
113
+ default : true
106
114
- name : Install dependencies and nothing else
107
115
run : |
108
116
pip install -e . -vv
Original file line number Diff line number Diff line change @@ -78,11 +78,10 @@ jobs:
78
78
activate-environment : dask-sql
79
79
environment-file : ${{ env.CONDA_FILE }}
80
80
run-post : ${{ matrix.os != 'windows-latest' && 'true' || 'false' }}
81
- - name : Cache Rust
82
- uses : Swatinem/rust-cache@v2
81
+ - uses : actions-rs/toolchain@v1
83
82
with :
84
- workspaces : dask_planner
85
- shared-key : test
83
+ toolchain : 1.72
84
+ default : true
86
85
- name : Install x86_64-apple-darwin target
87
86
if : matrix.os == 'macos-latest'
88
87
run : rustup target add x86_64-apple-darwin
@@ -128,6 +127,10 @@ jobs:
128
127
use-mamba : true
129
128
python-version : " 3.9"
130
129
channel-priority : strict
130
+ - uses : actions-rs/toolchain@v1
131
+ with :
132
+ toolchain : 1.72
133
+ default : true
131
134
- name : Install dependencies and nothing else
132
135
run : |
133
136
pip install -e . -vv
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ dependencies:
19
19
- pygments>=2.7.1
20
20
- tabulate
21
21
- ucx-proc=*=cpu
22
- - rust> =1.72
22
+ - rust=1.72
You can’t perform that action at this time.
0 commit comments