Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a49e5d1e5 | |||
| 8b3b7d8720 | |||
| 249a02f6ac | |||
| 5dc739cb7d | |||
| a840d8fa79 |
@@ -13,14 +13,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: "3.11"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest tests/ -v --tb=short
|
PYTHONPATH=src pytest tests/ -v --tb=short
|
||||||
- name: Run linter
|
|
||||||
run: |
|
|
||||||
pip install ruff
|
|
||||||
ruff check .
|
|
||||||
Reference in New Issue
Block a user