Skip to content

Remove Ubuntu 16 from GitHub Actions #18

Remove Ubuntu 16 from GitHub Actions

Remove Ubuntu 16 from GitHub Actions #18

Workflow file for this run

name: Ubuntu
on:
push:
pull_request:
jobs:
sciunit-test-ubuntu-20-04-with-tox:
runs-on: ubuntu-latest
container: geotrust/build-essential:ubuntu20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: update-pip
run: pip3 install --upgrade pip
- name: install-tox
run: pip3 install tox
- name: test-with-tox
run: tox