Skip to content

Commit

Permalink
added python to workflows (#935)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <[email protected]>

Signed-off-by: Paul Schultz <[email protected]>
  • Loading branch information
schultzp2020 authored Sep 21, 2022
1 parent 2609b35 commit fc77aa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
runs-on: ubuntu-latest
needs: [build-and-validate]
steps:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Checkout devfile docs
uses: actions/checkout@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
release-json-schema:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Checkout devfile/devfile-web
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit fc77aa5

Please sign in to comment.