Skip to content

Commit

Permalink
fix: Lock with cross-platform locally (takes Python version into acco…
Browse files Browse the repository at this point in the history
…unt otherwise)
  • Loading branch information
pawamoy committed May 11, 2023
1 parent 5432e2c commit f6d5e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Makefile.jinja
Expand Up @@ -34,7 +34,7 @@ help:

.PHONY: lock
lock:
@pdm lock --no-cross-platform
@pdm lock -G:all

.PHONY: setup
setup:
Expand Down

0 comments on commit f6d5e1f

Please sign in to comment.