Skip to content

My submission for translator.py #3267

My submission for translator.py

My submission for translator.py #3267

Workflow file for this run

name: PR Tests
on:
pull_request:
branches:
- main
paths:
- 'python/**'
jobs:
python-tests:
name: Run Python Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: changes
uses: jitterbit/get-changed-files@v1
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Run Python Tests
run: |
cd python
python3 translator.test.py