Skip to content

Add StrEnum for python < 3.11 #6

Add StrEnum for python < 3.11

Add StrEnum for python < 3.11 #6

Workflow file for this run

name: Testing deployment
on:
push:
jobs:
unit-test:
name: run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name : Install Packages
run : pip install -r requirements.txt
- name: test
run: python -m unittest