Skip to content

Commit

Permalink
Update build.yml (#41)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update test.yml

* Update nightly.yml

* Update args.mojo
  • Loading branch information
thatstoasty authored Oct 6, 2024
1 parent 309171e commit 6bb8b40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
curl -ssL https://magic.modular.com | bash
source $HOME/.bash_profile
magic self-update --version 0.2.3
# Temporary method to fetch the rattler binary.
RATTLER_BINARY="rattler-build-aarch64-apple-darwin"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
curl -ssL https://magic.modular.com | bash
source $HOME/.bash_profile
magic self-update --version 0.2.3
# Temporary method to fetch the rattler binary.
RATTLER_BINARY="rattler-build-aarch64-apple-darwin"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
- name: Run tests
run: |
source $HOME/.bash_profile
magic self-update --version 0.2.3
magic run tests
2 changes: 1 addition & 1 deletion src/prism/args.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn range_args[minimum: Int, maximum: Int]() -> ArgValidator:
return range_n_args


# TODO: Having some issues with varadic list of functions, so using List for now
# TODO: Having some issues with varadic list of functions, so using List for now.
fn match_all[arg_validators: List[ArgValidator]]() -> ArgValidator:
"""Returns an error if any of the arg_validators return an error.
Expand Down

0 comments on commit 6bb8b40

Please sign in to comment.