Skip to content

remove duplicated license and update kept license #19

remove duplicated license and update kept license

remove duplicated license and update kept license #19

Workflow file for this run

name: 'PyPruningRadixTrie pipeline'
on:
push:
branches:
- main
workflow_dispatch:
concurrency: ${{ github.ref }}
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run Tests
run: python -m unittest