Skip to content

Commit

Permalink
setup.py not pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Mar 6, 2024
1 parent 06410d9 commit 1639286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -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]'
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -18,7 +18,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]'
Expand Down

0 comments on commit 1639286

Please sign in to comment.