Skip to content

Commit

Permalink
fix: fix ci add installation of python
Browse files Browse the repository at this point in the history
  • Loading branch information
oktay committed Feb 13, 2024
1 parent e081a37 commit f2cc157
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PEM }}


- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11.0"

- uses: google-github-actions/release-please-action@v4
id: release
with:
Expand Down

0 comments on commit f2cc157

Please sign in to comment.