Skip to content

Removal of the non-functioning trade importer, CI improvements and code cleanup #792

Removal of the non-functioning trade importer, CI improvements and code cleanup

Removal of the non-functioning trade importer, CI improvements and code cleanup #792

Workflow file for this run

name: CI
on: [pull_request]
concurrency:
group: "${{github.workflow}}-${{github.ref}}"
cancel-in-progress: true
jobs:
tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup env
uses: ./.github/actions/setup_env
- uses: pre-commit/action@v3.0.1
- name: Pytest
shell: powershell
run: pytest . -m "not selenium" -v -n logical
# - name: Pytest selenium
# shell: powershell
# run: pytest . -m "selenium" -v