Skip to content

Commit

Permalink
check out repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Jun 21, 2024
1 parent d28d95b commit 430d42e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build_embeddings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,17 @@ jobs:
max-parallel: 1 # run the matrix jobs sequentially
matrix:
include:
- lib: diffusers
- repo_id: huggingface/diffusers
doc_folder: 14
- lib: datasets
doc_folder: 20
- lib: transformers
doc_folder: 14
- lib: accelerate
doc_folder: 20
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
timeout-minutes: 360 # Set timeout to 6 hours
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Echo
run: echo ${{ matrix.lib }} ${{ matrix.doc_folder }}
with:
repository: ${{ matrix.repo_id }}


cleanup-job:
Expand Down

0 comments on commit 430d42e

Please sign in to comment.