action test
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev]"
|
||||
pip install -e ".[dev,all]"
|
||||
|
||||
- name: Run unit tests (non-integration)
|
||||
run: pytest tests/ -m "not integration and not slow" --asyncio-mode=auto -v
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev]"
|
||||
pip install -e ".[dev,all]"
|
||||
|
||||
- name: Create hygiene directory
|
||||
run: mkdir -p .hygeine
|
||||
|
||||
Reference in New Issue
Block a user