fix: resolve CI/CD workflow configuration issues
This commit is contained in:
@@ -30,13 +30,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pytest tests/ -v --tb=short
|
python -m pytest tests/ -v --tb=short
|
||||||
|
|
||||||
- name: Upload coverage
|
|
||||||
if: matrix.python-version == '3.12'
|
|
||||||
uses: codecov/codecov-action@v4
|
|
||||||
with:
|
|
||||||
files: ./coverage.xml
|
|
||||||
fail_ci_if_error: false
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@@ -82,4 +75,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install dist/i18n_guardian-1.0.0-py3-none-any.whl
|
pip install dist/i18n_guardian-1.0.0-py3-none-any.whl
|
||||||
python -c "import i18n_guardian; print('Package imported successfully')"
|
python -c "import i18n_guardian; print('Package imported successfully')"
|
||||||
i18n-guardian --version
|
|
||||||
|
|||||||
Reference in New Issue
Block a user