Skip to content

Commit ea52c13

Browse files
committed
try fix CI
1 parent c71630c commit ea52c13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2323
- name: get nunavut
24-
run: >
24+
run: |
2525
python3 -m venv .venv
2626
source .venv/bin/activate
2727
pip install git+https://github.com/OpenCyphal/[email protected]

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: ${{ runner.os }}-${{ hashFiles('cmake/modules/*.cmake') }}
3030
- name: get nunavut
3131
# TODO: setup a venv, cache, and distribute to the other jobs.
32-
run: >
32+
run: |
3333
python3 -m venv .venv
3434
source .venv/bin/activate
3535
pip install git+https://github.com/OpenCyphal/[email protected]
@@ -71,7 +71,7 @@ jobs:
7171
path: external
7272
key: ${{ runner.os }}-${{ hashFiles('cmake/modules/*.cmake') }}
7373
- name: get nunavut
74-
run: >
74+
run: |
7575
python3 -m venv .venv
7676
source .venv/bin/activate
7777
pip install git+https://github.com/OpenCyphal/[email protected]
@@ -118,7 +118,7 @@ jobs:
118118
path: external
119119
key: ${{ runner.os }}-${{ hashFiles('cmake/modules/*.cmake') }}
120120
- name: get nunavut
121-
run: >
121+
run: |
122122
python3 -m venv .venv
123123
source .venv/bin/activate
124124
pip install git+https://github.com/OpenCyphal/[email protected]

0 commit comments

Comments
 (0)