We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c89642 commit 572ba5fCopy full SHA for 572ba5f
1 file changed
.github/workflows/ci.yml
@@ -76,6 +76,11 @@ jobs:
76
continue-on-error: ${{ matrix.allowed_failure || false }}
77
run: make testslow
78
79
+ - name: Running benchmark
80
+ run: |
81
+ python benchmark/telco_fractions.py
82
+ python benchmark/microbench.py create pydigits
83
+
84
Linux:
85
86
strategy:
@@ -140,12 +145,6 @@ jobs:
140
145
path: dist/*.whl
141
146
if-no-files-found: ignore
142
147
143
- - name: Running benchmark
144
- run: |
- make local
- python benchmark/telco_fractions.py
- python benchmark/microbench.py create pydigits
148
-
149
non-Linux:
150
151
# Allows for matrix sub-jobs to fail without canceling the rest
0 commit comments