mirror of
https://github.com/pmeier/light-the-torch.git
synced 2024-09-08 23:29:28 +03:00
Unfck CI (#130)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
- scripts/check_pytorch_package_indices.py
|
||||
|
||||
schedule:
|
||||
- cron: "0 4 * * *"
|
||||
- cron: "20 4 * * *"
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
7
.github/workflows/linux-nightly-install.yml
vendored
7
.github/workflows/linux-nightly-install.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user