setup.py not pyproject.toml

main 0.16
Simon Willison 2024-04-04 22:37:34 -07:00
rodzic 73889b9cad
commit dfe445866c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: pyproject.toml
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install '.[test]'
@ -40,7 +40,7 @@ jobs:
with:
python-version: "3.12"
cache: pip
cache-dependency-path: pyproject.toml
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install setuptools wheel build