Skip to content

Commit

Permalink
Merge pull request #1297 from sm1990/python
Browse files Browse the repository at this point in the history
Add Python installation steps
  • Loading branch information
sm1990 authored Mar 25, 2024
2 parents 139c656 + 6dcc5c4 commit ed804ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
- name: Checkout ballerina-spec
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install Python Packages
run: |
pip install requests
- name: Clone ballerina-dev-website
run: git clone -b master --single-branch https://ballerina-bot:$GITHUB_TOKEN@github.com/ballerina-platform/ballerina-dev-website.git

Expand Down

0 comments on commit ed804ec

Please sign in to comment.