Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Jan 5, 2024
1 parent 7c69be0 commit acbeb35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
-DGTSAM_USE_SYSTEM_EIGEN=ON \
-DGTSAM_USE_SYSTEM_METIS=ON \
-DGTSAM_SUPPORT_NESTED_DISSECTION=ON \
-DGTSAM_WITH_EIGEN_MKL=ON
-DGTSAM_WITH_EIGEN_MKL=OFF
- name: Save cache dependencies
id: cache-save
Expand All @@ -103,5 +103,5 @@ jobs:
- name: Run Python tests
shell: bash
run: |
cmake --build build --target python-install
cmake --build build --target python-test
cmake --build build --target python-install
6 changes: 3 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
-DGTSAM_USE_SYSTEM_EIGEN=ON \
-DGTSAM_USE_SYSTEM_METIS=ON \
-DGTSAM_SUPPORT_NESTED_DISSECTION=ON \
-DGTSAM_WITH_EIGEN_MKL=ON
-DGTSAM_WITH_EIGEN_MKL=OFF
- name: Save cache dependencies
id: cache-save
Expand All @@ -111,6 +111,6 @@ jobs:
- name: Run Python tests
shell: bash
run: |
cmake --build build --target python-install
run: |
cmake --build build --target python-test
cmake --build build --target python-install

0 comments on commit acbeb35

Please sign in to comment.