Skip to content

Commit 0e884d9

Browse files
authored
Latest cpp (#11)
* Latest cpp * Add submodule update * Bump cpp * Fetch all
1 parent fd8ed07 commit 0e884d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ jobs:
1717
run:
1818
working-directory: /code/python
1919
steps:
20+
- name: "Fetch all"
21+
run: git fetch --all
2022
- name: "Fetch ref"
2123
run: git fetch origin ${GITHUB_REF}:ci-branch
2224
- name: "Check out branch"
2325
run: git checkout --force ci-branch
26+
- name: "Update cpp submodule"
27+
run: git submodule update third-party/cpp
2428
- name: "Install base requirements"
2529
run: pip3 install -r requirements.txt
2630
- name: "Install pyfaasm requirements"
@@ -48,6 +52,8 @@ jobs:
4852
redis:
4953
image: redis
5054
steps:
55+
- name: "Fetch all"
56+
run: git fetch --all
5157
- name: "Fetch ref"
5258
run: git fetch origin ${GITHUB_REF}:ci-branch
5359
- name: "Check out branch"

third-party/cpp

Submodule cpp updated 72 files

0 commit comments

Comments
 (0)