We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63f649 commit 55c91daCopy full SHA for 55c91da
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
doctest-and-lint:
16
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-turned-off-right-now
17
container: ubuntu:20.04
18
steps:
19
- uses: actions/checkout@v2
@@ -54,7 +54,7 @@ jobs:
54
- name: Install
55
run: |
56
apt update
57
- apt install -q -q python3-virtualenv virtualenv
+ apt install -y -y -q -q python3-virtualenv virtualenv
58
virtualenv -p ${{matrix.python}} V
59
60
- name: Build scripts
0 commit comments