Skip to content

Commit

Permalink
Merge pull request #335 from ritchie46/addMissingPythonVersionToRelease
Browse files Browse the repository at this point in the history
Add missing python-version to release workflow
  • Loading branch information
smith120bh authored Oct 16, 2024
2 parents df8ef0f + 8eaffc7 commit 19fba5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 19fba5b

Please sign in to comment.