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 2609b35 commit fc77aa5Copy full SHA for fc77aa5
.github/workflows/ci.yaml
@@ -76,6 +76,11 @@ jobs:
76
runs-on: ubuntu-latest
77
needs: [build-and-validate]
78
steps:
79
+ - name: Setup Python
80
+ uses: actions/setup-python@v4
81
+ with:
82
+ python-version: '3.9'
83
+
84
- name: Checkout devfile docs
85
uses: actions/checkout@v2
86
with:
.github/workflows/release-schema.yaml
@@ -9,6 +9,11 @@ jobs:
9
release-json-schema:
10
11
12
13
14
15
16
17
- name: Checkout devfile/devfile-web
18
19
0 commit comments