File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030 -
uses :
prefix-dev/[email protected] 3131 with :
3232 environments : dev
33- cache : true
33+ cache : false
3434
3535 - name : Run benchmarks
3636 shell : bash
4242 with :
4343 name : asv-results-${{ matrix.os }}
4444 path : asv_benchmarks/results
45-
45+
4646 publish-report :
4747 if : github.event_name == 'push' && github.event.repository.fork == false
4848 name : Build HTML report
7171 with :
7272 ref : gh-pages
7373 path : gh-pages
74-
74+
7575 - name : Copy previous results
7676 run : |
7777 mkdir -p asv_benchmarks/results
9292 -
uses :
prefix-dev/[email protected] 9393 with :
9494 environments : dev
95- cache : true
95+ cache : false
9696
9797 - name : Generate HTML report
9898 run : pixi run asv-publish
@@ -106,8 +106,8 @@ jobs:
106106 github_token : ${{ secrets.GITHUB_TOKEN }}
107107 publish_dir : asv_benchmarks/html
108108 keep_files : true
109- user_name : ' github-actions[bot]'
110- user_email : ' github-actions[bot]@users.noreply.github.com'
109+ user_name : " github-actions[bot]"
110+ user_email : " github-actions[bot]@users.noreply.github.com"
111111 commit_message : ${{ github.event.head_commit.message }}
112112
113113 - name : Upload artifact
Original file line number Diff line number Diff line change 1212 -
uses :
prefix-dev/[email protected] 1313 with :
1414 environments : static
15- cache : true
15+ cache : false
1616
1717 - name : Linter
1818 run : |
Original file line number Diff line number Diff line change 2121 environments : >-
2222 dev
2323 nogil
24- cache : true
24+ cache : false
2525
2626 - name : Test with pytest
2727 run : |
Original file line number Diff line number Diff line change 1111 -
uses :
prefix-dev/[email protected] 1212 with :
1313 environments : dev
14- cache : true
14+ cache : false
1515 - name : Build SDist
1616 run : |
1717 pixi run build-sdist
You can’t perform that action at this time.
0 commit comments