Skip to content

Commit

Permalink
update to incorporate pr 142
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Oct 30, 2023
1 parent cc4c5e7 commit 63e7dfc
Show file tree
Hide file tree
Showing 11 changed files with 4,206 additions and 3,911 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: benchmarks

env:
TARDIS_VER: release-2023.10.20
TARDIS_VER: master # release-2023.06.18

on:
push:
Expand Down Expand Up @@ -74,12 +74,12 @@ jobs:

- name: Download TARDIS dependencies
run: |
LOCK_URL="https://github.com/tardis-sn/tardis/blob/master/conda-linux-64.lock"
LOCK_URL="https://github.com/tardis-sn/tardis/raw/${{ env.TARDIS_VER }}/tardis_env3.yml"
wget -q "$LOCK_URL"
- name: Add TARDIS install command to asv config file
run: |
TARDIS_INSTALL_CMD="pip install git+https://github.com/tardis-sn/tardis.git"
TARDIS_INSTALL_CMD="pip install git+https://github.com/tardis-sn/tardis.git" # @${{ env.TARDIS_VER }}"
cat <<< $(jq '.build_command |= [$TARDIS_INSTALL_CMD] + .' --arg TARDIS_INSTALL_CMD "${TARDIS_INSTALL_CMD}" asv.conf.json) > asv.conf.json
- name: Run benchmarks for last 5 commits if not PR
Expand Down Expand Up @@ -193,4 +193,4 @@ jobs:
.asv/results
asv-cont-output.log
asv-compare-output.log
asv-compare-changed-output.log
asv-compare-changed-output.log
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: install-tardis
# shell: bash -l {0}
run: |
pip install git+https://github.com/tardis-sn/tardis.git
pip install git+https://github.com/tardis-sn/tardis.git # @release-2023.04.16
- name: Install STARDIS
id: install-stardis
Expand Down Expand Up @@ -141,4 +141,4 @@ jobs:
[**Click here**](${{ env.URL }}) to see the build log.
env:
URL: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/actions/runs/${{ github.run_id }}?check_suite_focus=true
if: failure() && github.event_name == 'pull_request_target'
if: failure() && github.event_name == 'pull_request_target'
249 changes: 124 additions & 125 deletions conda-linux-64-cuda.lock

Large diffs are not rendered by default.

244 changes: 120 additions & 124 deletions conda-linux-64.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 63e7dfc

Please sign in to comment.