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.
2 parents 3a6fb93 + a34a45f commit 58e0d53Copy full SHA for 58e0d53
.github/workflows/serverless.yaml
@@ -12,14 +12,12 @@ env:
12
13
jobs:
14
build:
15
- runs-on: ubuntu-latest
+ # ccm requires Python 2 when creating a serverless cluster.
16
+ # Python 2 is pre-installed on Ubuntu 20.04.
17
+ runs-on: ubuntu-20.04
18
timeout-minutes: 60
19
steps:
20
- uses: actions/checkout@v2
- - name: Setup Python 2.7
- uses: actions/setup-python@v2
21
- with:
22
- python-version: '2.7'
23
- name: Install scylla-ccm
24
run: pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
25
0 commit comments