Skip to content

Commit

Permalink
Update daily_ete_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 authored Oct 14, 2024
1 parent b75ddff commit e286c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_ete_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ jobs:
name: my-artifact-${{ github.run_id }}-py310
- name: Copy Artifacts
if: ${{github.event_name == 'schedule' || !inputs.offline_mode}}
run: rm ${{env.TEST_CODE_PATH}}/lmdeploy-*.whl && cp lmdeploy-*.whl ${{env.TEST_CODE_PATH}}
run: rm ${{env.TEST_CODE_PATH}}/lmdeploy-*.whl -p && cp lmdeploy-*.whl ${{env.TEST_CODE_PATH}}
- name: Copy Artifacts - offline
if: ${{inputs.offline_mode}}
run: rm ${{env.TEST_CODE_PATH}}/lmdeploy-*.whl && cp ${{env.OFFLINE_CODE_PATH}}/lmdeploy-*.whl ${{env.TEST_CODE_PATH}}
run: rm ${{env.TEST_CODE_PATH}}/lmdeploy-*.whl -p && cp ${{env.OFFLINE_CODE_PATH}}/lmdeploy-*.whl ${{env.TEST_CODE_PATH}}

test_quantization:
needs: download_pkgs
Expand Down

0 comments on commit e286c5e

Please sign in to comment.