Updated GitHub Actions CI.

This commit is contained in:
Teal Dulcet 2023-05-01 06:25:17 -07:00
parent 949e46b297
commit 3608b85963
2 changed files with 3 additions and 3 deletions

View File

@ -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: |

View File

@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.com/tdulcet/Tables-and-Graphs.svg?branch=master)](https://travis-ci.com/tdulcet/Tables-and-Graphs) [![Build Status](https://travis-ci.com/tdulcet/Tables-and-Graphs.svg?branch=master)](https://travis-ci.com/tdulcet/Tables-and-Graphs)
[![Actions Status](https://github.com/tdulcet/Tables-and-Graphs/workflows/CI/badge.svg?branch=master)](https://github.com/tdulcet/Tables-and-Graphs/actions) [![Actions Status](https://github.com/tdulcet/Table-and-Graph-Libs/workflows/CI/badge.svg?branch=master)](https://github.com/tdulcet/Table-and-Graph-Libs/actions)
# Tables and Graphs # Tables and Graphs