Skip to content

Commit

Permalink
ci: setup ci
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu committed Nov 4, 2024
1 parent a329e72 commit 6d490bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,10 @@ jobs:
CHANGED_FILES: ${{ needs.ci_check.outputs.changed_dirs }}
shell: pwsh
run: |
pixi shell
$changed_dirs = $env:CHANGED_FILES -split '\n'
foreach ($dir in $changed_dirs) {
Write-Host "Building $dir..."
rattler-build build --recipe-dir $dir `
pixi run build build --recipe-dir $dir `
--target-platform=${{ matrix.target }} `
-c conda-forge -c chawyehsu
}

0 comments on commit 6d490bb

Please sign in to comment.