Skip to content

Commit

Permalink
ci: point actions/setup-python at the setup script/config
Browse files Browse the repository at this point in the history
By default, this action uses requirements.txt or pyproject.toml as
hash keys, which do not currently exist, resulting in an error.
  • Loading branch information
niheconomoum committed Jan 24, 2024
1 parent 07d41d4 commit f05dfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
python-version: '3.11'
cache: pip
cache-dependency-path: setup.*
- run: python -m pip install .

lint:
Expand Down

0 comments on commit f05dfc8

Please sign in to comment.