Skip to content

Merge pull request #194 from ISISComputingGroup/Walk_all_files_in_sen… #49

Merge pull request #194 from ISISComputingGroup/Walk_all_files_in_sen…

Merge pull request #194 from ISISComputingGroup/Walk_all_files_in_sen… #49

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