File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
python-version : 3.8
37
37
- name : Get CP deps
38
- run : python tools/ci_fetch_deps.py test ${{ github.ref }}
38
+ run : python tools/ci_fetch_deps.py test ${{ github.sha }}
39
39
- name : CircuitPython version
40
40
run : |
41
41
git describe --dirty --tags || git log --parents HEAD~4..
@@ -141,7 +141,7 @@ jobs:
141
141
with :
142
142
python-version : 3.8
143
143
- name : Get CP deps
144
- run : python tools/ci_fetch_deps.py mpy-cross-mac ${{ github.ref }}
144
+ run : python tools/ci_fetch_deps.py mpy-cross-mac ${{ github.sha }}
145
145
- name : CircuitPython version
146
146
run : |
147
147
git describe --dirty --tags
@@ -197,7 +197,7 @@ jobs:
197
197
submodules : false
198
198
fetch-depth : 1
199
199
- name : Get CP deps
200
- run : python tools/ci_fetch_deps.py docs ${{ github.ref }}
200
+ run : python tools/ci_fetch_deps.py docs ${{ github.sha }}
201
201
- name : CircuitPython version
202
202
run : |
203
203
git describe --dirty --tags
@@ -269,7 +269,7 @@ jobs:
269
269
submodules : false
270
270
fetch-depth : 1
271
271
- name : Get CP deps
272
- run : python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.ref }}
272
+ run : python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.sha }}
273
273
- name : Install dependencies
274
274
run : |
275
275
sudo apt-get install -y gettext
Original file line number Diff line number Diff line change 25
25
with :
26
26
python-version : 3.8
27
27
- name : Get CP deps
28
- run : python tools/ci_fetch_deps.py website ${{ github.ref }}
28
+ run : python tools/ci_fetch_deps.py website ${{ github.sha }}
29
29
- name : Install deps
30
30
run : |
31
31
pip install -r requirements-dev.txt
Original file line number Diff line number Diff line change 70
70
submodules : false
71
71
fetch-depth : 1
72
72
- name : Get CP deps
73
- run : python tools/ci_fetch_deps.py windows ${{ github.ref }}
73
+ run : python tools/ci_fetch_deps.py windows ${{ github.sha }}
74
74
- name : CircuitPython version
75
75
run : |
76
76
git describe --dirty --tags
You can’t perform that action at this time.
0 commit comments