Skip to content

Commit

Permalink
gha installs
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Jun 9, 2024
1 parent 8f8b656 commit d81d829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies and run tests
run: |
uv pip install -r requirements.txt --system
uv pip install -e ".[all]" --system
uv pip install pytest pytest-cov pytest-xdist --system
make test-cov
- name: Install and run mypy
Expand Down
2 changes: 2 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[default.extend-words]
arange = "arange" # numpy function

0 comments on commit d81d829

Please sign in to comment.