This commit is contained in:
Philip Meier
2023-04-24 08:40:01 +02:00
committed by GitHub
parent 930e1afa8e
commit 0852107dac
3 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ runs:
python .github/actions/publish-from-template/render_template.py ${{
inputs.filename }}
- uses: JasonEtco/create-an-issue@v2.6.0
- uses: JasonEtco/create-an-issue@v2
if: github.event_name == 'schedule'
env: ${{ env }}
with:

View File

@@ -8,7 +8,7 @@ on:
- scripts/check_pytorch_package_indices.py
schedule:
- cron: "0 4 * * *"
- cron: "20 4 * * *"
jobs:
check:

View File

@@ -7,18 +7,17 @@ on:
- .github/workflows/linux-nightly-install.yml
schedule:
- cron: "0 4 * * *"
- cron: "40 4 * * *"
jobs:
check:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
fail-fast: false
max-parallel: 1
runs-on: ubuntu-latest
@@ -30,6 +29,8 @@ jobs:
- name: Setup development environment
uses: ./.github/actions/setup-dev-env
with:
python-version: ${{ matrix.python-version }}
- name:
Try installing Linux nightly binaries exclusively from PyTorch wheels indices