File tree Expand file tree Collapse file tree 6 files changed +45
-0
lines changed Expand file tree Collapse file tree 6 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 32
32
id : checkout
33
33
uses : actions/checkout@v4
34
34
35
+ - name : Merge CI fixes from sagemath/sage
36
+ run : |
37
+ .ci/merge-fixes.sh
38
+ env :
39
+ GH_TOKEN : ${{ github.token }}
40
+
35
41
- name : Update system packages
36
42
id : prepare
37
43
run : |
Original file line number Diff line number Diff line change 51
51
steps :
52
52
- uses : actions/checkout@v4
53
53
54
+ - name : Merge CI fixes from sagemath/sage
55
+ run : |
56
+ .ci/merge-fixes.sh
57
+ env :
58
+ GH_TOKEN : ${{ github.token }}
59
+
54
60
- name : Check for Miniconda
55
61
id : check_conda
56
62
run : echo ::set-output name=installed::$CONDA
Original file line number Diff line number Diff line change 21
21
- name : Checkout
22
22
uses : actions/checkout@v4
23
23
24
+ - name : Merge CI fixes from sagemath/sage
25
+ run : |
26
+ .ci/merge-fixes.sh
27
+ env :
28
+ GH_TOKEN : ${{ github.token }}
29
+
24
30
- name : Prepare
25
31
run : |
26
32
apt-get update && apt-get install -y zip
Original file line number Diff line number Diff line change 19
19
- name : Checkout
20
20
uses : actions/checkout@v4
21
21
22
+ - name : Merge CI fixes from sagemath/sage
23
+ run : |
24
+ .ci/merge-fixes.sh
25
+ env :
26
+ GH_TOKEN : ${{ github.token }}
27
+
22
28
- name : Update system packages
23
29
run : |
24
30
apt-get update && apt-get install -y git zip
Original file line number Diff line number Diff line change @@ -179,6 +179,12 @@ jobs:
179
179
(export PATH=$(pwd)/build/bin:$PATH; (cd upstream && bash -x update-pkgs.sh) && sed -i.bak '/upstream/d' .dockerignore && echo "/:toolchain:/i ADD upstream upstream" | sed -i.bak -f - build/bin/write-dockerfile.sh && git diff)
180
180
if : inputs.upstream_artifact
181
181
182
+ - name : Merge CI fixes from sagemath/sage
183
+ run : |
184
+ .ci/merge-fixes.sh
185
+ env :
186
+ GH_TOKEN : ${{ github.token }}
187
+
182
188
- name : Try to login to ghcr.io
183
189
if : inputs.docker_push_repository != ''
184
190
# https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
17
+ - name : Merge CI fixes from sagemath/sage
18
+ run : |
19
+ .ci/merge-fixes.sh
20
+ env :
21
+ GH_TOKEN : ${{ github.token }}
17
22
- name : Set up Python
18
23
uses : actions/setup-python@v4
19
24
with :
28
33
steps :
29
34
- name : Checkout
30
35
uses : actions/checkout@v4
36
+ - name : Merge CI fixes from sagemath/sage
37
+ run : |
38
+ .ci/merge-fixes.sh
39
+ env :
40
+ GH_TOKEN : ${{ github.token }}
31
41
- name : Set up Python
32
42
uses : actions/setup-python@v4
33
43
with :
42
52
steps :
43
53
- name : Checkout
44
54
uses : actions/checkout@v4
55
+ - name : Merge CI fixes from sagemath/sage
56
+ run : |
57
+ .ci/merge-fixes.sh
58
+ env :
59
+ GH_TOKEN : ${{ github.token }}
45
60
- name : Set up Python
46
61
uses : actions/setup-python@v4
47
62
with :
You can’t perform that action at this time.
0 commit comments