diff --git a/.github/workflows/test_latest-dev.yml b/.github/workflows/test_latest-dev.yml index a10e35d34..60efbd182 100644 --- a/.github/workflows/test_latest-dev.yml +++ b/.github/workflows/test_latest-dev.yml @@ -1,4 +1,4 @@ -name: Check if we can install CovsirPhy with the latest Python development version +name: Trial with Python development version on: push: @@ -27,6 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: + # Control and target python-version: ["3.10", "3.11-dev"] steps: