Skip to content

Commit

Permalink
add credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 31, 2024
1 parent 6e8735b commit 5018952
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
with:
python-version: "3.11"
miniconda-version: "latest"
- name: Show conda version
run: conda --version
shell: bash
- name: Downgrade conda
run: conda install conda=24.1
shell: bash
Expand All @@ -41,4 +38,7 @@ jobs:
asv run HASHFILE:hashestobenchmark.txt
- name: Push ASV results to gh-pages
run: asv gh-pages
run: |
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
asv gh-pages

0 comments on commit 5018952

Please sign in to comment.