Skip to content

Commit

Permalink
Merge pull request #791 from spectacles-ci/hotfix/pin-imports-prod
Browse files Browse the repository at this point in the history
Ensure pin imports run go in dev mode
  • Loading branch information
joshtemple authored Mar 24, 2024
2 parents 4f1af47 + f4ce8be commit 0b6f66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spectacles"
version = "2.4.6"
version = "2.4.7"
description = "A command-line, continuous integration tool for Looker and LookML."
authors = ["Spectacles <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion spectacles/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __call__(
self.branch = ref

if ephemeral is None:
if self.commit:
if self.commit or self.pin_imports:
self.ephemeral = True
else:
self.ephemeral = False
Expand Down

0 comments on commit 0b6f66f

Please sign in to comment.