We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e12c5 commit a3bd78bCopy full SHA for a3bd78b
.github/workflows/run_asvs.yaml
@@ -98,11 +98,14 @@ jobs:
98
cp asv_bench/results/asvrunner/machine.json asv-runner/data/results/asvrunner/
99
cp asv_bench/results/asvrunner/$(git rev-parse --short=8 HEAD)-existing*.json asv-runner/data/results/asvrunner/$(git rev-parse HEAD).json
100
101
+ mkdir -p asv-runner/data/envs/
102
+ conda env export > asv-runner/data/envs/$(git rev-parse HEAD).yml
103
+
104
- name: Commit results to branch
105
if: ${{ steps.get-commit.outputs.new_commit == 'yes' }}
106
uses: stefanzweifel/git-auto-commit-action@v5
107
with:
108
commit_message: Results
109
branch: ${{ env.BRANCH_NAME }}
110
repository: asv-runner
- file_pattern: 'data/results/'
111
+ file_pattern: 'data/results/ data/envs/'
0 commit comments