Commit 01137be
committed
Set up Python in CI workflow
Add a setup-python step to the check workflow using actions/setup-python@v6. The step uses the matrix.python-version and enables pip caching so the subsequent 'pip install -e ".[dev]"' runs with the correct interpreter and faster dependency installs.1 parent bbf268b commit 01137be
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
0 commit comments