Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Apr 15, 2022
1 parent 8bddc66 commit 66ed6b0
Show file tree
Hide file tree
Showing 5 changed files with 836 additions and 945 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ init:
$(if $(PYTHON),pdm use -f $(PYTHON),)
pdm info && pdm info --env
pdm sync -v $(EXTRAS_ARGS) $(DEV_EXTRAS_ARGS)
pdm config -l use_venv true
pdm config -l python.use_venv true

deinit:
rm -rf .nox
Expand Down

0 comments on commit 66ed6b0

Please sign in to comment.