use pip
Some checks failed
Run tests / build (3.13) (pull_request) Failing after 28s
Run tests / build (3.12) (pull_request) Failing after 30s

This commit is contained in:
Nick Pegg 2025-04-26 17:34:59 -07:00
parent bb26972dde
commit c970a846f3

View file

@ -18,7 +18,7 @@ jobs:
- '3.13'
steps:
# - uses: actions/checkout@v4
- run: pipx install poetry
- run: pip install --break-system-packages poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: