Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Aug 18, 2023
1 parent 48250a4 commit 5e9cbbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

defaults:
run:
shell: bash
shell: bash -l {0}
working-directory: benchmarks

jobs:
Expand All @@ -30,10 +30,11 @@ jobs:
with:
fetch-depth: '0'

- name: Set up Python 3.10
uses: actions/setup-python@v4
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.10'
activate-environment: benchmark
auto-activate-base: false

- name: Set up asv
run: |
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// If missing or the empty string, the tool will be automatically
// determined by looking for tools on the PATH environment
// variable.
"environment_type": "virtualenv",
"environment_type": "conda",

// timeout in seconds for installing any dependencies in environment
// defaults to 10 min
Expand Down

0 comments on commit 5e9cbbe

Please sign in to comment.