Skip to content

Commit

Permalink
Base git setup.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone committed Nov 7, 2023
1 parent 4dd2bad commit 130e8bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Clone repo and checkout branch
run: |
git clone -b ${{ steps.extract_branch.outputs.branch }} https://github.com/maliput/maliput_xodr.git .
- name: Git setup
run: |
git config --global --add safe.directory .
- name: Install requirements
run: |
pip3 install -r requirements.txt
Expand Down

0 comments on commit 130e8bc

Please sign in to comment.