Skip to content

Remove now defunct SECI tools, add comments to instrument_deploy and instrument_install, remove repo tool in favour of just using 'gh', delete other old stuff that was for v4.0.0 or for someone else's machine 10 years ago #237

Remove now defunct SECI tools, add comments to instrument_deploy and instrument_install, remove repo tool in favour of just using 'gh', delete other old stuff that was for v4.0.0 or for someone else's machine 10 years ago

Remove now defunct SECI tools, add comments to instrument_deploy and instrument_install, remove repo tool in favour of just using 'gh', delete other old stuff that was for v4.0.0 or for someone else's machine 10 years ago #237

name: Push Event Workflow
on: [pull_request, workflow_call]
jobs:
unit-testing:
runs-on: windows-latest
steps:
- name : Checkout code
uses : actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- 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