Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Dec 30, 2023
1 parent 3e23cb5 commit 0c608eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10.7']
python-version: ['3.10.13']
steps:
- uses: actions/checkout@v2
- uses: pantsbuild/actions/init-pants@v4-scie-pants
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ root_patterns = [

[python-bootstrap]
search_path = [
"/opt/hostedtoolcache/Python/3.10.6/x64/bin",
"/opt/hostedtoolcache/Python/3.10.13/x64/bin",
"/opt/homebrew/bin",
"/usr/local/bin",
"/usr/bin",
Expand Down

0 comments on commit 0c608eb

Please sign in to comment.