Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jul 29, 2024
1 parent 5077bd8 commit ae4649e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Install requirements (apt)
run: |
sudo apt-get update
sudo apt-get install -y libvirt-dev
sudo apt-get install -y \
libvirt-dev \
python3-setuptools
- name: Install requirements (uv pip)
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ venv: ## Create python3 venv if it does not exists

install-pip-packages: ## Install python3 requirements
$(info --> Install requirements via `pip`)
uv pip install setuptools==71
uv pip install -r requirements.txt

install-vlad-bb-fork: ## Install vlad bb fork
Expand Down

0 comments on commit ae4649e

Please sign in to comment.