Skip to content

Commit

Permalink
Makefile improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Dec 7, 2024
1 parent 770ede6 commit e0f238d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ concurrency:
permissions:
contents: read

# Make sure CI fails on all warnings, including Clippy lints
env:
RUSTFLAGS: "-Dwarnings"

# Make sure CI fails on all warnings, including Clippy lints (disabled for now)
jobs:
linux_tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PIP = $(VENV_DIR)/bin/pip
.venv:
$(PYTHON) -m venv $(VENV_DIR)
$(PIP) install -U pip setuptools wheel
$(PIP) install maturin polars ruff
$(PIP) install maturin polars ruff mypy pytest

install:
unset CONDA_PREFIX && \
Expand Down

0 comments on commit e0f238d

Please sign in to comment.