Skip to content

Adds import to fix cassert import error (#178) #45

Adds import to fix cassert import error (#178)

Adds import to fix cassert import error (#178) #45

Workflow file for this run

on:
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
dispatch:
strategy:
matrix:
repo: ['koide3/gtsam_docker']
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: trigger-event