Skip to content

Commit

Permalink
Fix Python3 reference for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 16, 2023
1 parent 68a1454 commit e25e67f
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 @@ -57,7 +57,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 e25e67f

Please sign in to comment.