Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Oct 4, 2023
1 parent cc07fc5 commit c4e1aca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
runs-on: macos-m1-12
strategy:
matrix:
python_version: [["3.8", "3.8"], ["3.9", "3.9"], ["3.10", "3.10.3"], ["3.11", "3.11"]]
# python_version: [["3.8", "3.8"], ["3.9", "3.9"], ["3.10", "3.10.3"], ["3.11", "3.11"]]
python_version: [["3.8", "3.8"]]
steps:
- name: Setup Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -186,7 +187,8 @@ jobs:
runs-on: macos-m1-12
strategy:
matrix:
python_version: [["3.8", "3.8"], ["3.9", "3.9"], ["3.10", "3.10.3"], ["3.11", "3.11"]]
# python_version: [["3.8", "3.8"], ["3.9", "3.9"], ["3.10", "3.10.3"], ["3.11", "3.11"]]
python_version: [["3.8", "3.8"]]
steps:
- name: Setup Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -293,7 +295,8 @@ jobs:
runs-on: macos-m1-12
strategy:
matrix:
python_version: [["3.8", "3.8"], ["3.9", "3.9"], ["3.10", "3.10.3"], ["3.11", "3.11"]]
# python_version: [["3.8", "3.8"], ["3.9", "3.9"], ["3.10", "3.10.3"], ["3.11", "3.11"]]
python_version: [["3.8", "3.8"]]
steps:
- name: Checkout tensordict
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
runs-on: macos-m1-12
strategy:
matrix:
python_version: [["3.8", "3.8"], ["3.9", "3.9"], ["3.10", "3.10.3"], ["3.11", "3.11"]]
# python_version: [["3.8", "3.8"], ["3.9", "3.9"], ["3.10", "3.10.3"], ["3.11", "3.11"]]
python_version: [["3.8", "3.8"]]
steps:
- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit c4e1aca

Please sign in to comment.