Skip to content

Commit

Permalink
fix python
Browse files Browse the repository at this point in the history
Maybe it now works on CI as well?
  • Loading branch information
Byron committed Mar 5, 2024
1 parent d2f85bb commit 8a69bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $(VENV_BIN):
touch $@

$(PYTHON_BIN): $(VENV_BIN) requirements.txt
python3 -m venv -p python3 $(VENV_DIR)
python3 -m venv $(VENV_DIR)
$@ -m pip install -r requirements.txt

$(MAKO_RENDER): $(PYTHON_BIN) $(wildcard $(GEN_LIB_SRC)/*)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ ghp-import
pyright
types-PyYAML
inflect
urllib3

0 comments on commit 8a69bc1

Please sign in to comment.