Skip to content

chore: update the run-async execute parameter to run-sync parameter #833

chore: update the run-async execute parameter to run-sync parameter

chore: update the run-async execute parameter to run-sync parameter #833

name: 🐍 Python Compatibility Check
on: [ push ]
jobs:
python-compatibility:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9', '3.10', '3.11' ]
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install the CLI
run: |
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
python setup.py install
- name: Check compatibility
run: |
rio --help