fix check failures

This commit is contained in:
priya-kinthali 2025-04-10 16:00:05 +05:30
parent 235f4fb679
commit 62b792c584
4 changed files with 28 additions and 36 deletions

View file

@ -21,13 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run with setup-python 3.5
uses: ./
with:
python-version: 3.5
- name: Verify 3.5
run: python __tests__/verify-python.py 3.5
- name: Run with setup-python 3.6
uses: ./
with: