mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
restore ubuntu
This commit is contained in:
parent
6d70e3aa57
commit
9c45e01354
1 changed files with 3 additions and 7 deletions
10
.github/workflows/python-tests.yml
vendored
10
.github/workflows/python-tests.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||||
|
@ -26,12 +26,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install universal ctags
|
- name: Install universal ctags
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ runner.os }}" == "Windows" ]]; then
|
sudo apt-get update
|
||||||
choco install universal-ctags
|
sudo apt-get install -y universal-ctags
|
||||||
else
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y universal-ctags
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue