Skip to content

Commit

Permalink
Refresh virtual environment on Action specification changing
Browse files Browse the repository at this point in the history
Because the GitHub Action YAML file is currently the only place where
this repository pins the CASE version being tested, have any changes to
that file trigger a virtual environment rebuild, which locally (to a
developer's desktop) re-runs the test.

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jan 26, 2024
1 parent bd34623 commit 5851af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ all: \
touch $@

.venv.done.log: \
.github/workflows/ci.yml \
pyproject.toml
rm -rf venv
$(PYTHON3) -m venv \
Expand Down

0 comments on commit 5851af3

Please sign in to comment.