Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dean0x7d committed Jun 13, 2024
1 parent 2cb3466 commit 478cadc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -47,3 +47,8 @@ jobs:
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: failure()
uses: actions/upload-artifact@v4
with:
name: "${{ matrix.os }}-${{ matrix.embedded-py }}-${{ matrix.conan.version }}"
path: core/test_package

0 comments on commit 478cadc

Please sign in to comment.