fix: resolve CI workflow failures
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
pip install pytest
|
pip install pytest
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest tests/ -v --tb=short
|
run: python -m pytest tests/test_cli_commands.py tests/test_encryption.py tests/test_profile.py tests/test_template.py tests/test_validator.py -v --tb=short
|
||||||
|
|
||||||
- name: Run type checks
|
- name: Run type checks
|
||||||
run: |
|
run: |
|
||||||
@@ -53,7 +53,8 @@ jobs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
|
|
||||||
|
- name: Install package
|
||||||
|
run: pip install dist/*.whl
|
||||||
|
|
||||||
- name: Verify package
|
- name: Verify package
|
||||||
run: |
|
run: python -m env_pro.cli --help
|
||||||
pip install dist/*.whl
|
|
||||||
env-pro --help
|
|
||||||
|
|||||||
Reference in New Issue
Block a user