Skip to content

Reduce Eigen/Dense to Eigen/Core in sophus/rotation_matrix.hpp #1043

Reduce Eigen/Dense to Eigen/Core in sophus/rotation_matrix.hpp

Reduce Eigen/Dense to Eigen/Core in sophus/rotation_matrix.hpp #1043

Workflow file for this run

name: Linux - sympy
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Run sympy tests
run: |
pip3 install sympy==1.8
cd sympy
./run_tests.sh