Skip to content

Commit 55c91da

Browse files
Add y y to apt
1 parent f63f649 commit 55c91da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
doctest-and-lint:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-latest-turned-off-right-now
1717
container: ubuntu:20.04
1818
steps:
1919
- uses: actions/checkout@v2
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install
5555
run: |
5656
apt update
57-
apt install -q -q python3-virtualenv virtualenv
57+
apt install -y -y -q -q python3-virtualenv virtualenv
5858
virtualenv -p ${{matrix.python}} V
5959
6060
- name: Build scripts

0 commit comments

Comments
 (0)