From 76ee7c2df9d1f7ab28cb088d0717c0361a65ddb9 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Wed, 2 Apr 2025 15:34:52 -0700 Subject: [PATCH] Tests should be correctly run in automation now --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e07180..5326743 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - blender-version: [ 4.2, 4.3, 4.4 ] + blender-version: [ 4.4 ] env: ADDON_NAME: io_scene_psk_psa steps: @@ -31,7 +31,7 @@ jobs: sudo apt-get install libxkbcommon-x11-0 -y sudo apt-get install libgl1 -y sudo apt-get install libglx-mesa0 -y - sudo apt-get install python3.11 -y + sudo apt-get install python3 -y - name: Install Requirements run: | python3 -m pip install --upgrade pip @@ -63,7 +63,7 @@ jobs: - name: Run tests run: | source venv/bin/activate - pytest -svv tests + pytest -svv tests --blender-addons-dirs . - name: Archive addon uses: actions/upload-artifact@v4 with: