Skip to content

Typo corrections in igtools.py: #37

Typo corrections in igtools.py:

Typo corrections in igtools.py: #37

Workflow file for this run

name: test
on:
push:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
python setup.py install
- name: Run All Tests
working-directory: ./src/test
run: pytest