Skip to content

Commit

Permalink
Checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jun 7, 2024
1 parent fa05db2 commit 9376648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
needs: build-and-push-image
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -151,6 +153,8 @@ jobs:
needs:
- build-and-push-image
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit 9376648

Please sign in to comment.