Skip to content

Commit

Permalink
python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Aug 20, 2024
1 parent 163a03a commit 6b44ff9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow-self-hosted-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
- uses: actions/checkout@v3
with:
clean: false

- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python my_script.py

- name: Set up Node.js 16.x
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 6b44ff9

Please sign in to comment.