Skip to content

Commit

Permalink
Revert workflows that are on 1804 and don't currently support node 20…
Browse files Browse the repository at this point in the history
… which is required for the updated checkout action
  • Loading branch information
loadams committed Apr 9, 2024
1 parent e40ead6 commit e15be82
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: [self-hosted, cpu]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- id: setup-venv
uses: ./.github/workflows/setup-venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nv-lightning-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: [self-hosted, nvidia, cu111, v100]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- id: setup-venv
uses: ./.github/workflows/setup-venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nv-torch110-p40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: [self-hosted, nvidia, cu111, p40]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- id: setup-venv
uses: ./.github/workflows/setup-venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nv-torch110-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: [self-hosted, nvidia, cu111, v100]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- id: setup-venv
uses: ./.github/workflows/setup-venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: deepspeed/gh-builder:py${{ matrix.pyVersion }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: environment
run: |
Expand Down

0 comments on commit e15be82

Please sign in to comment.