Skip to content

Commit

Permalink
specify the patch version for Python setup on Ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact committed Oct 27, 2024
1 parent e24713f commit c851a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.10]
python-version: [3.10.15] # Due an issue here https://github.com/actions/setup-python/issues/401, has to specify the patch version

steps:
- name: Checkout
Expand Down

0 comments on commit c851a4a

Please sign in to comment.