Skip to content

Commit

Permalink
Add pixi-conda CI
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/macos-pixi-conda.yml
	modified:   .github/workflows/ubuntu-pixi-conda.yml
	new file:   pixi.lock
  • Loading branch information
Sajid Ali committed Jun 11, 2024
1 parent 73f43ce commit cb2adc3
Show file tree
Hide file tree
Showing 3 changed files with 3,101 additions and 12 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/macos-pixi-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
with:
pixi-version: v0.23.0
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
run: |
pixi run cmake
pixi run build
pixi run test
run: |
pixi run cmake
pixi run build
pixi run test
10 changes: 4 additions & 6 deletions .github/workflows/ubuntu-pixi-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
with:
pixi-version: v0.23.0
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
run: |
pixi run cmake
pixi run build
pixi run test
run: |
pixi run cmake
pixi run build
pixi run test
Loading

0 comments on commit cb2adc3

Please sign in to comment.