Skip to content

Merge pull request #208 from ISISComputingGroup/fixes_genie_python_in… #139

Merge pull request #208 from ISISComputingGroup/fixes_genie_python_in…

Merge pull request #208 from ISISComputingGroup/fixes_genie_python_in… #139

name: Push Event Workflow
on: push
jobs:
unit-testing:
runs-on: windows-latest
steps:
- name : Checkout code
uses : actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r ./installation_and_upgrade/requirements.txt
- name : Run tests
working-directory: ./installation_and_upgrade
run: |
pip install pytest
python -m pytest