Skip to content

Commit

Permalink
[CI] Downgrade python to 3.9 for torch on MacOS
Browse files Browse the repository at this point in the history
Following a hint at langchain-ai/langchain#2991
  • Loading branch information
JasonGross committed Jan 17, 2024
1 parent 38cdca9 commit a29837d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -19,9 +19,10 @@ jobs:
poetry-version: ["1.2.2", "1.7.1"]
os: [ubuntu-latest]
include:
- python-version: "3.11"
- python-version: "3.9"
poetry-version: "1.7.1"
os: macos-latest
poetry-install-extra-args: "--compile"
- python-version: "3.11"
poetry-version: "1.7.1"
os: windows-latest
Expand All @@ -31,7 +32,6 @@ jobs:
os: ubuntu-latest
annotate-errors: true
- poetry-version: "1.7.1"
os: ubuntu-latest
poetry-install-extra-args: "--compile"
runs-on: ${{ matrix.os }}
concurrency:
Expand Down

0 comments on commit a29837d

Please sign in to comment.