mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
install pytest too
This commit is contained in:
parent
37ebe83893
commit
b89b2c4a1d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ubuntu-tests.yml
vendored
2
.github/workflows/ubuntu-tests.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .[test]
|
||||
pip install . pytest
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .[test]
|
||||
pip install . pytest
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue