Skip to content

Commit

Permalink
Merge pull request #1663 from opensafely-core/evansd/remove-auto-compile
Browse files Browse the repository at this point in the history
Don't recompile requirements when installing
  • Loading branch information
evansd committed Oct 17, 2023
2 parents 9e6b6d6 + 87b5322 commit 21bfcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ requirements-dev *args: requirements-prod


# ensure prod requirements installed and up to date
prodenv: requirements-prod
prodenv: _virtualenv
#!/usr/bin/env bash
set -euo pipefail

Expand All @@ -75,7 +75,7 @@ prodenv: requirements-prod
# a killer feature over Makefiles.
#
# ensure dev requirements installed and up to date
devenv: prodenv requirements-dev && _install-precommit
devenv: prodenv _virtualenv && _install-precommit
#!/usr/bin/env bash
set -euo pipefail
Expand Down

0 comments on commit 21bfcbc

Please sign in to comment.