Skip to content

Commit

Permalink
Merge pull request #215 from artichoke/lopopolo/setup-python-set-version
Browse files Browse the repository at this point in the history
Configure python version for actions/setup-python
  • Loading branch information
lopopolo authored Dec 30, 2023
2 parents 931bc98 + 1cf477e commit 3e99953
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5.0.0
with:
python-version-file: ".python-version"

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -73,6 +75,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5.0.0
with:
python-version-file: ".python-version"

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -124,6 +128,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5.0.0
with:
python-version-file: ".python-version"

- name: Install Python dependencies
run: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5.0.0
with:
python-version: "3.11"
python-version-file: ".python-version"

- name: Set Artichoke Rust toolchain version
id: rust_toolchain
Expand All @@ -196,6 +196,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5.0.0
with:
python-version-file: ".python-version"

# ```
# $ gpg --fingerprint --with-subkey-fingerprints codesign@artichokeruby.org
Expand Down Expand Up @@ -396,6 +398,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5.0.0
with:
python-version-file: ".python-version"

# ```
# $ gpg --fingerprint --with-subkey-fingerprints codesign@artichokeruby.org
Expand Down

0 comments on commit 3e99953

Please sign in to comment.