Fix error

This commit is contained in:
filipstrand 2025-07-17 11:20:29 +02:00
parent f8d6c52135
commit 3d62d16fce

View File

@ -37,7 +37,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install --upgrade uv twine toml requests python -m pip install --upgrade uv twine toml requests
uv pip install -e . uv pip install --system -e . --no-deps
- name: Configure Git - name: Configure Git
run: | run: |