Skip to content

Commit

Permalink
smaller ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Jun 10, 2024
1 parent ae3a904 commit 49aea9e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux / MacOS - c++

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:

workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sympy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux - sympy

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:

workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
fail-fast: false


Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

</div>

_2d and 3d Lie Groups for Computer Vision and Robotics_

This is a c++ implementation of Lie groups commonly used for 2d and 3d
geometric problems (i.e. for Computer Vision or Robotics applications).
Expand Down Expand Up @@ -66,8 +67,8 @@ However, next incarnations of Sophus are under development:



How to build
------------
How to build Sophus
-------------------

Sophus requires a C++17 compiler (though older versions build with C++14).

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>sophus</name>
<version>1.22.10</version>
<version>1.24.06</version>
<description>
C++ implementation of Lie Groups using Eigen.
</description>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def main():
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="sophus_pybind",
version="1.22.10",
version="1.24.06",
description="Sophus python API",
long_description="Python API for sophus library",
url="https://github.com/strasdat/sophus",
Expand Down

0 comments on commit 49aea9e

Please sign in to comment.