Skip to content

Commit 2b2e2f1

Browse files
committed
fixed github build
1 parent 2f51ec1 commit 2b2e2f1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ["3.10"]
20+
python-version: ["3.12"]
2121

2222
steps:
2323

@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33-
python -m pip install -r requirements.txt
33+
python -m pip install -e ".[dev]"
3434
3535
- name: Test with pytest
3636
run: |

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ config.yaml
1515
.coverage
1616
htmlconv
1717
assets
18+
19+
# AI assistants
20+
CLAUDE.md
21+

0 commit comments

Comments
 (0)