Skip to content

Commit

Permalink
Upload build in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Sep 30, 2023
1 parent 04dedef commit e616871
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run:
shell: ${{ contains(matrix.os, 'windows') && 'pwsh' || 'bash -l {0}' }}
steps:
- uses: mamba-org/setup-micromamba@v1
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
with:
init-shell: bash powershell
environment-name: sycomore
Expand Down Expand Up @@ -47,5 +48,11 @@ jobs:
- name: Build sycomore
run: ${{ matrix.python }} ./.ci/build/build.py

- name: Upload build
uses: actions/upload-artifact@v3
with:
name: build
path: install/

- name: Run tests
run: ${{ matrix.python }} ./.ci/build/post_build.py

0 comments on commit e616871

Please sign in to comment.