Skip to content

[WIP]CI: Added tests for windows #92

[WIP]CI: Added tests for windows

[WIP]CI: Added tests for windows #92

Workflow file for this run

name: Run Tests
on: [pull_request, workflow_dispatch]
jobs:
test_windows_python312:
secrets: inherit
uses: ./.github/workflows/run_tests_windows.yml
with:
python-version: "3.12"
#test_linux_python38:
# secrets: inherit
# uses: ./.github/workflows/run_tests_linux.yml
# with:
# python-version: "3.8"
#test_linux_python312:
# secrets: inherit
# uses: ./.github/workflows/run_tests_linux.yml
# with:
# python-version: "3.12"
#test_macos_python312:
# secrets: inherit
# uses: ./.github/workflows/run_tests_linux.yml
# with:
# python-version: "3.12"
# runs-on: "macos-latest"