Skip to content

Commit

Permalink
Resolve indentation discrepancies
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorHack committed Sep 16, 2024
1 parent 84f8836 commit 1a176ff
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/run-tokenizer-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,24 @@ jobs:
run: |
cat /etc/os-release
- name: "Checkout 'meta-llama/llama-models' repository"
id: checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}


- name: "[DEBUG] Content of the repository after checkout"
id: content_after_checkout
if: ${{ github.event.inputs.debug == 'true' }}
run: |
ls -la ${GITHUB_WORKSPACE}
# Place sleep step before the test execution to "exec" into the test k8s POD and run tests manually to identify what dependencies are being used.
- name: "[DEBUG] sleep"
id: sleep
if: ${{ github.event.inputs.debug == 'true' && github.event.inputs.sleep_time != '' }}
run: |
sleep ${{ inputs.sleep_time }}
- name: "[DEBUG] sleep"
id: sleep
if: ${{ github.event.inputs.debug == 'true' && github.event.inputs.sleep_time != '' }}
run: |
sleep ${{ inputs.sleep_time }}
- name: "Installing 'llama-models' dependencies"
id: pip_install
Expand Down

0 comments on commit 1a176ff

Please sign in to comment.