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 }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
|
||||
os: [ubuntu-20.04, ubuntu-22.04]
|
||||
cxx: [g++, clang++]
|
||||
fail-fast: false
|
||||
env:
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
- name: Script
|
||||
run: |
|
||||
|
@ -1,5 +1,5 @@
|
||||
[](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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user