9
9
runs-on : " ubuntu-latest"
10
10
steps :
11
11
- name : " Build the virtual environment for ${{ github.repository }}"
12
- uses :
cvxgrp/.github/actions/[email protected] .6
12
+ uses :
cvxgrp/.github/actions/[email protected] .7
13
13
14
- -
uses :
cvxgrp/.github/actions/[email protected] .6
14
+ -
uses :
cvxgrp/.github/actions/[email protected] .7
15
15
with :
16
16
source-folder : ' src/cvx'
17
17
18
18
test :
19
19
runs-on : " ubuntu-latest"
20
20
steps :
21
21
- name : " Build the virtual environment for ${{ github.repository }}"
22
- uses :
cvxgrp/.github/actions/[email protected] .6
22
+ uses :
cvxgrp/.github/actions/[email protected] .7
23
23
24
- -
uses :
cvxgrp/.github/actions/[email protected] .6
24
+ -
uses :
cvxgrp/.github/actions/[email protected] .7
25
25
with :
26
26
source-folder : ' src/cvx'
27
27
tests-folder : ' src/tests'
@@ -30,29 +30,29 @@ jobs:
30
30
runs-on : " ubuntu-latest"
31
31
steps :
32
32
- name : " Build the virtual environment for ${{ github.repository }}"
33
- uses :
cvxgrp/.github/actions/[email protected] .6
33
+ uses :
cvxgrp/.github/actions/[email protected] .7
34
34
35
- -
uses :
cvxgrp/.github/actions/[email protected] .6
35
+ -
uses :
cvxgrp/.github/actions/[email protected] .7
36
36
with :
37
37
source-folder : ' src/cvx'
38
38
39
39
marimo :
40
40
runs-on : " ubuntu-latest"
41
41
steps :
42
42
- name : " Build the virtual environment for ${{ github.repository }}"
43
- uses :
cvxgrp/.github/actions/[email protected] .6
43
+ uses :
cvxgrp/.github/actions/[email protected] .7
44
44
45
- -
uses :
cvxgrp/.github/actions/[email protected] .6
45
+ -
uses :
cvxgrp/.github/actions/[email protected] .7
46
46
with :
47
47
source-folder : ' book/marimo'
48
48
49
49
jupyter :
50
50
runs-on : " ubuntu-latest"
51
51
steps :
52
52
- name : " Build the virtual environment for ${{ github.repository }}"
53
- uses :
cvxgrp/.github/actions/[email protected] .6
53
+ uses :
cvxgrp/.github/actions/[email protected] .7
54
54
55
- -
uses :
cvxgrp/.github/actions/[email protected] .6
55
+ -
uses :
cvxgrp/.github/actions/[email protected] .7
56
56
57
57
book :
58
58
runs-on : " ubuntu-latest"
62
62
contents : write
63
63
64
64
steps :
65
- -
uses :
cvxgrp/.github/actions/[email protected] .6
65
+ -
uses :
cvxgrp/.github/actions/[email protected] .7
0 commit comments