Skip to content

Commit

Permalink
Support older CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Oct 31, 2023
1 parent be492fb commit a6faba0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
with:
version: ${{ matrix.gccver }}

# build on CMake version supported in CMakeLists.txt
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1
if: contains(matrix.os, 'ubuntu')
with:
cmake-version: '3.19'

- name: Install Integrations (Ubuntu)
if: contains(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install -y libarmadillo-dev
Expand Down Expand Up @@ -73,6 +80,7 @@ jobs:
pythontests:
name: Python ${{ matrix.python-version }} Tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: false
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -128,6 +136,7 @@ jobs:
linux_32bit:
name: Tests on 32-bit Linux
runs-on: ubuntu-latest
if: false
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a6faba0

Please sign in to comment.