Skip install

This commit is contained in:
Zach Borboa
2025-11-13 19:54:36 -05:00
parent 9463348c4f
commit 14e0881af7
@@ -14,12 +14,6 @@ jobs:
with:
persist-credentials: false
- name: Install pip-tools
run: |
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip pip-tools
- name: Upgrade outdated packages
run: |
items=($(