This commit is contained in:
onyx-and-iris 2026-02-25 21:52:11 +00:00
parent 15fd6a1914
commit 9540b3b485

View File

@ -30,7 +30,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install hatch pip install "virtualenv<21" hatch
- name: Build package - name: Build package
run: hatch build run: hatch build