Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVieriu97 committed Apr 7, 2023
1 parent 1cae48f commit fe8e9b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/v2-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,20 @@ jobs:
# shellcheck disable=SC1090
set -ex
${CONDA_RUN} conda install -y git-lfs
pushd benchmark
${CONDA_RUN} python install.py --continue_on_fail
popd
- name: Run benchmark
env:
ENV_NAME: conda-test-env-${{ github.run_id }}
PY_VERS: 3.8
shell: arch -arch arm64 bash {0}
run: |
pushd benchmark
WORKFLOW_HOME="${HOME}/${{ env.OUTPUT_DIR }}/gh${GITHUB_RUN_ID}"
${CONDA_RUN} bash ./.github/scripts/run.sh "${WORKFLOW_HOME}"
${CONDA_RUN} bash .github/scripts/run.sh "${WORKFLOW_HOME}"
popd
- name: Generate the bisection config
env:
ENV_NAME: conda-test-env-${{ github.run_id }}
Expand Down

0 comments on commit fe8e9b9

Please sign in to comment.