Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed May 17, 2024
1 parent 411653a commit 8c1cc94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asv_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
pip install asv
- name: Create ASV machine config file
run: asv machine --machine gh-runner --yes --config benchmarks/asv.conf.json
run: asv machine --machine gh-runner --yes

- name: Run ASV benchmarks
run: asv run --config benchmarks/asv.conf.json
run: asv run

- name: Checkout the benchmarks repository
env:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/asv_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permissions:
pull-requests: write # Write access for pull requests

env:
ASV_CONF_DIR: "benchmarks/asv.conf.json"
PYTHON_VERSION: "3.10"
WORKING_DIR: ${{ github.workspace }}/benchmarks
ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
Expand All @@ -19,6 +18,9 @@ jobs:
runs-on: ubuntu-latest

steps:

- run: echo "REGEX=benchmarks/asv.conf.json" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v3

Expand Down
File renamed without changes.

0 comments on commit 8c1cc94

Please sign in to comment.