From 0c608eba08f757ce2480e8f6ff80e8efd787544b Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Sat, 30 Dec 2023 19:36:53 +0800 Subject: [PATCH] wip --- .github/workflows/pants.yaml | 2 +- pants.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index 0a0e943..2d3d0b8 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -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 diff --git a/pants.toml b/pants.toml index 2e255f6..0c1053e 100644 --- a/pants.toml +++ b/pants.toml @@ -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",