Skip to content

Remove deprecated python-dev in Ubuntu (no more python2 support) #37

Remove deprecated python-dev in Ubuntu (no more python2 support)

Remove deprecated python-dev in Ubuntu (no more python2 support) #37

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12]
steps:
- uses: actions/checkout@v1
- name: Run install script
run: ./install.sh