Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jun 10, 2024
1 parent 93d4a24 commit c4fa1fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
*.bat text eol=crlf

pixi.lock linguist-language=YAML linguist-generated=true
# GitHub syntax highlighting
pixi.lock linguist-language=YAML
5 changes: 3 additions & 2 deletions .github/workflows/array-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Array API coverage tests
on:
push:
branches:
- main
pull_request:
- "*"
schedule:
- cron: "0 8 * * *"

# Automatically stop old builds on the same branch/PR
concurrency:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ cd ndonnx
git submodule update --init --recursive

# Set up development environment
pixi shell
pre-commit install
pip install -e .
pixi run pre-commit-install
pip install --no-build-isolation --no-deps -e .
pytest tests -n auto
```

Expand Down

0 comments on commit c4fa1fd

Please sign in to comment.