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