From c1ab7a5a19e8e50ebf38a13bd357b18a5072d988 Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Thu, 13 Jun 2024 17:20:59 +0200 Subject: [PATCH] debug --- .github/workflows/test_package.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test_package.yml b/.github/workflows/test_package.yml index 96c6da0..d6fbfc7 100644 --- a/.github/workflows/test_package.yml +++ b/.github/workflows/test_package.yml @@ -6,8 +6,8 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] - embedded-py: [3.11.5, 3.12.4] + os: [windows-latest] + embedded-py: [3.12.4] conan: - version: 1 args: lumicks/testing --build=missing @@ -39,11 +39,8 @@ jobs: conan profile detect - name: Test core run: conan create ./core ${{ matrix.conan.args }} -o embedded_python-core/*:version=${{ matrix.embedded-py }} - - name: Test baseline - run: ${{ env.create_pck }} - - name: Test with numpy env - run: ${{ env.create_pck }} -o test_embedded_python/*:env=numpy - - name: Test with nbconvert env - run: ${{ env.create_pck }} -o test_embedded_python/*:env=nbconvert - - name: Test with pylake env - run: ${{ env.create_pck }} -o test_embedded_python/*:env=pylake + - if: always() + uses: actions/upload-artifact@v4 + with: + name: "${{ matrix.os }}-${{ matrix.embedded-py }}-${{ matrix.conan.version }}" + path: core/test_package