mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-05-05 21:41:12 +08:00
Updated GitHub Actions CI.
This commit is contained in:
parent
949e46b297
commit
3608b85963
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
|
os: [ubuntu-20.04, ubuntu-22.04]
|
||||||
cxx: [g++, clang++]
|
cxx: [g++, clang++]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wcwidth
|
python -m pip install wcwidth
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: Script
|
- name: Script
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[](https://travis-ci.com/tdulcet/Tables-and-Graphs)
|
[](https://travis-ci.com/tdulcet/Tables-and-Graphs)
|
||||||
[](https://github.com/tdulcet/Tables-and-Graphs/actions)
|
[](https://github.com/tdulcet/Table-and-Graph-Libs/actions)
|
||||||
|
|
||||||
# Tables and Graphs
|
# Tables and Graphs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user