Skip to content

Commit

Permalink
Try using manually clone.
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 54ee997 commit 306db4f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@ jobs:
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install requirements
- name: Install prereqs
run: |
apt-get update
apt-get install -y git python3-pip python3-empy
- name: Clone repo this repo
run: |
git clone https://github.com/maliput/maliput_xodr.git
- name: Checkout branch
run: |
git fetch origin pull/${{ github.event.number }}/head:pr
git checkout pr
- name: Install requirements
run: |
pip3 install -r requirements.txt
- name: Generate maps
run: |
Expand Down

0 comments on commit 306db4f

Please sign in to comment.