Skip to content

Updates ion-tests directory name for Ion 1.0 #23

Updates ion-tests directory name for Ion 1.0

Updates ion-tests directory name for Ion 1.0 #23

Workflow file for this run

name: build
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Create a virtual environment
run: python -m venv ./venv && . venv/bin/activate
- run: pip install --upgrade setuptools
- run: pip install --use-pep517 -r requirements.txt
- run: pip install .
- run: python amazon/iontest/ion_test_driver.py --help