Skip to content

Commit

Permalink
Run mojo directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Nov 15, 2024
1 parent df24000 commit 6cd3b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platforms = ["linux-64", "linux-aarch64", "win-64", "osx-64", "osx-arm64"]
[feature.build.tasks]
build = "rattler-build build -c https://conda.modular.com/max -c conda-forge --variant-config variants/variants.yaml --recipe"
build-all = { cmd = """rattler-build build --recipe-dir recipes --skip-existing=all --variant-config variants/variants.yaml
--channel https://conda.modular.com/max --channel conda-forge --channel https://prefix.dev/modular-community-beta""", env = { RATTLER_AUTH_FILE = "temp_key.json" } }
--channel https://conda.modular.com/max --channel conda-forge""", env = { RATTLER_AUTH_FILE = "temp_key.json" } }

[feature.build.dependencies]
rattler-build = ">=0.30.0,<0.31"
Expand Down
4 changes: 1 addition & 3 deletions recipes/hue/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ tests:
- script:
- if: unix
then:
#- mojo run test.mojo
- cp test.mojo ${PREFIX}/lib/mojo/
- mojo run ${PREFIX}/lib/mojo/test.mojo
- mojo run test.mojo
files:
recipe:
- test.mojo
Expand Down

0 comments on commit 6cd3b58

Please sign in to comment.