From d81d829d1286140ec0406af158930ce7f5e981f7 Mon Sep 17 00:00:00 2001 From: FBruzzesi Date: Sun, 9 Jun 2024 17:57:35 +0200 Subject: [PATCH] gha installs --- .github/workflows/pull-request.yaml | 2 +- _typos.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 _typos.toml diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index cf6a671..2da67ab 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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 diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..608385c --- /dev/null +++ b/_typos.toml @@ -0,0 +1,2 @@ +[default.extend-words] +arange = "arange" # numpy function \ No newline at end of file