Skip to content

Commit

Permalink
supply machine info
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 27, 2023
1 parent d343de1 commit dffa5d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,12 @@ jobs:
- name: Install NumPy
run: |
spin build -- -Dcpu-dispatch=none
# Ensure to keep the below step as a single-line bash command (it's a
# Ensure to keep the below steps as single-line bash commands (it's a
# workaround for asv#1333, and it may have side-effects on multi-line commands)
- name: Appease asv's need for machine info
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: |
asv machine --yes -config benchmarks/asv.conf.json
- name: Run benchmarks
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: |
Expand Down

0 comments on commit dffa5d1

Please sign in to comment.