File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4848 - name : Install dependencies
4949 run : |
5050 python -m pip install --upgrade pip wheel
51- pip install -r dev_requirements.txt
51+ Copy-Item dev.toml pyproject.toml -Force
52+ pip install -e .
5253 pip install pytest pytest-cov
5354 - name : Run pytest with coverage
5455 run : python -m pytest tests/ -v --tb=short --cov=automation_file --cov-report=term-missing --cov-report=xml
Original file line number Diff line number Diff line change 4848 - name : Install dependencies
4949 run : |
5050 python -m pip install --upgrade pip wheel
51- pip install -r requirements.txt
51+ Copy-Item stable.toml pyproject.toml -Force
52+ pip install -e .
5253 pip install pytest pytest-cov
5354 - name : Run pytest with coverage
5455 run : python -m pytest tests/ -v --tb=short --cov=automation_file --cov-report=term-missing --cov-report=xml
You can’t perform that action at this time.
0 commit comments