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