mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
|
@ -26,12 +26,8 @@ jobs:
|
|||
|
||||
- name: Install universal ctags
|
||||
run: |
|
||||
if [[ "${{ runner.os }}" == "Windows" ]]; then
|
||||
choco install universal-ctags
|
||||
else
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y universal-ctags
|
||||
fi
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y universal-ctags
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue