From af5a473741a129257da8e7d3d6092891f31a3d89 Mon Sep 17 00:00:00 2001 From: ikappaki Date: Thu, 7 Nov 2024 22:39:53 +0000 Subject: [PATCH] blank --- .github/workflows/tests-run.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests-run.yml b/.github/workflows/tests-run.yml index 08d16a6..cbe83fb 100644 --- a/.github/workflows/tests-run.yml +++ b/.github/workflows/tests-run.yml @@ -16,12 +16,13 @@ jobs: strategy: matrix: os: [ubuntu-latest] - version: ['3.9', '3.10', '3.11', '3.12', '3.13'] - include: - - os: windows-latest - version: '3.13' - - os: macos-latest - version: '3.13' + version: ['3.12'] + # version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + # include: + # - os: windows-latest + # version: '3.13' + # - os: macos-latest + # version: '3.13' steps: - uses: actions/checkout@v4 @@ -46,5 +47,5 @@ jobs: run: poetry install - name: Run tests - run: poetry run basilisp test + run: poetry run basilisp