Skip to content

Commit

Permalink
Merge branch 'base'
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson-nist committed Aug 16, 2023
2 parents 6152e8d + e25e67f commit 582c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ all: \
.venv.done.log: \
requirements.txt
rm -rf venv
python3 -m venv \
$(PYTHON3) -m venv \
venv
source venv/bin/activate \
&& pip install \
Expand Down

0 comments on commit 582c1d5

Please sign in to comment.