Skip to content

Commit

Permalink
Pin Python 3.12 in the GitHub Build action
Browse files Browse the repository at this point in the history
  • Loading branch information
mribeirodantas committed Jan 3, 2025
1 parent 936db20 commit 4111403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.12

- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 4111403

Please sign in to comment.