Skip to content
Snippets Groups Projects
Commit 7806a270 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

ci linux: boost python is not available for python 2 / ubuntu 20.04

parent 5d21341e
No related branches found
No related tags found
No related merge requests found
Pipeline #25287 passed with warnings
...@@ -8,10 +8,10 @@ jobs: ...@@ -8,10 +8,10 @@ jobs:
runs-on: "ubuntu-${{ matrix.ubuntu }}.04" runs-on: "ubuntu-${{ matrix.ubuntu }}.04"
strategy: strategy:
matrix: matrix:
python: [2, 3] python: [3]
ubuntu: [18, 20, 22] ubuntu: [18, 20, 22]
exclude: include:
- ubuntu: 22 - ubuntu: 18
python: 2 python: 2
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment