Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardegroot committed Oct 14, 2024
1 parent 74200f0 commit 7ce71a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:

- name: Disable NVidia runtime in the container
run: sed -i '/"--runtime=nvidia",/d' .devcontainer/devcontainer.json

- name: Checkout private planner
uses: actions/checkout@v3
with:
repository: oscardegroot/mpc_planner
token: ${{ secrets.CI_REPO_PAT }}
path: src/mpc_planner
ref: main

- name: Build dev container task
uses: devcontainers/ci@v0.3
Expand Down

0 comments on commit 7ce71a5

Please sign in to comment.