Skip to content

rename default_args to current_args #169

rename default_args to current_args

rename default_args to current_args #169

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