Skip to content

Remove symlinks for Python 2.6 - 3.4 because EOL #2287

Remove symlinks for Python 2.6 - 3.4 because EOL

Remove symlinks for Python 2.6 - 3.4 because EOL #2287

Workflow file for this run

name: Tests
on:
pull_request:
paths-ignore:
- '**.md'
- '**.sed'
- '**.sh'
- '**.yml'
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.sed'
- '**.sh'
- '**.yml'
jobs:
test-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install xmlstarlet
run: sudo apt-get install xmlstarlet
- name: Run tests
run: make -k test-all