Skip to content

Commit

Permalink
Merge pull request #27 from moazreyad/remove-ubuntu-16
Browse files Browse the repository at this point in the history
Remove Ubuntu 16 from GitHub Actions
  • Loading branch information
sranasir authored Dec 15, 2023
2 parents 4c8011d + 88f9916 commit be3ec64
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,3 @@ jobs:
- name: test-with-tox
run: tox

sciunit-test-ubuntu-16-04-with-tox:
runs-on: ubuntu-latest
container: geotrust/build-essential:ubuntu16.04
steps:
- name: install-https
run: apt-get update && apt install apt-transport-https
- name: update-git
run: echo "deb https://ppa.launchpadcontent.net/git-core/ppa/ubuntu xenial main" >> /etc/apt/sources.list
- name: install-key
run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E1DD270288B4E6030699E45FA1715D88E1DF1F24
- name: install
run: apt-get update && apt-get install git -y
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git-config
run: git config --global --add safe.directory /__w/sciunit/sciunit
- name: update-pip
run: pip3 install --upgrade pip
- name: install-tox
run: pip3 install tox
- name: test-with-tox
run: tox -e py37

0 comments on commit be3ec64

Please sign in to comment.