We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946ecee commit beaca51Copy full SHA for beaca51
.github/workflows/cpp.yml
@@ -83,6 +83,7 @@ jobs:
83
- name: Prepare benchmark results
84
run: |
85
cd cpp
86
+ pip install numpy matplotlib
87
python3 out.py
88
- name: Save benchmark results
89
uses: actions/upload-artifact@v3
0 commit comments