Skip to content

Convert paths to unc in windows before even passing to controller (#402) #125

Convert paths to unc in windows before even passing to controller (#402)

Convert paths to unc in windows before even passing to controller (#402) #125

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/pytest.yml
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
with:
python-version: ${{ matrix.python-version }}