Skip to content

Commit

Permalink
Merge remote-tracking branch 'make/main' into use-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 21, 2024
2 parents 345a41e + 272aaf5 commit bf8f750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ dev: install-dev

# setup development environment
install-dev:
uv sync --all-packages --group dev --verbose
uv sync --all-packages --dev

# setup production environment
install:
uv sync --no-dev
uv sync --all-packages --no-dev

lock: uv.lock

Expand Down Expand Up @@ -152,7 +152,7 @@ prepare-release: update-changelog tests/requirements-testing.lock

# we use lock extension so that dependabot doesn't pick up changes in this file
tests/requirements-testing.lock: pyproject.toml
uv export --dev --format requirements-txt --no-hashes --output-file $@
uv export --dev --format requirements-txt --no-hashes --no-emit-project --output-file $@

.PHONY: update-changelog
update-changelog: CHANGELOG.md
Expand Down

0 comments on commit bf8f750

Please sign in to comment.