Skip to content

Commit

Permalink
Skip dependency locking on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 5, 2021
1 parent 276dfe4 commit f201b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ $(DEPENDENCIES): poetry.lock
poetry install
@ touch $@

ifndef CI
poetry.lock: pyproject.toml
poetry lock --no-update
@ touch $@
endif

.cache:
@ mkdir -p .cache
Expand Down

0 comments on commit f201b18

Please sign in to comment.