fix: resolve CI/CD workflow configuration issues
Some checks failed
CI / test (push) Failing after 12s
Some checks failed
CI / test (push) Failing after 12s
This commit is contained in:
@@ -15,19 +15,15 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .
|
||||
pip install pytest pytest-cov ruff build
|
||||
|
||||
- name: Run linting
|
||||
run: ruff check config_auditor/ tests/
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests/ -v --cov=config_auditor
|
||||
|
||||
- name: Build package
|
||||
run: python -m build
|
||||
- name: Run linting
|
||||
run: ruff check .
|
||||
|
||||
Reference in New Issue
Block a user