mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
turn all windows tests back on
This commit is contained in:
parent
f2a814d536
commit
de40f77a4f
1 changed files with 6 additions and 2 deletions
8
.github/workflows/windows-tests.yml
vendored
8
.github/workflows/windows-tests.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11"]
|
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
@ -19,6 +19,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
- name: Install universal ctags
|
||||||
|
run: |
|
||||||
|
choco install universal-ctags
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
@ -26,4 +30,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
python -m unittest discover -s tests -k test_main_with_empty_git_dir_new_file -v
|
python -m unittest discover -s tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue