Skip to content

Commit

Permalink
ci: Pin the exact CPython version to match with pants.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jun 16, 2022
1 parent d5dff65 commit 96033aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.10.4"
cache: pip
- name: Bootstrap Pants
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.10.4"
cache: pip
- name: Bootstrap Pants
run: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.10.4"
cache: pip
- name: Bootstrap Pants
run: |
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.10.4"
cache: pip
- name: Bootstrap Pants
run: |
Expand Down

0 comments on commit 96033aa

Please sign in to comment.