Skip to content

Commit

Permalink
move pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hilldani committed Oct 18, 2023
1 parent d562419 commit 4582399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
cd perf-map-agent
cmake .
make
pip3 install -r requirements.txt
- name: build
run: |
pip3 install -r requirements.txt
pyinstaller -F hotspot.py -n hotspot --bootloader-ignore-signals --add-data "perf-map-agent/out/*:." --add-data "flamegraph.pl:." --add-data "difffolded.pl:." --add-data "stackcollapse-perf.pl:." --runtime-tmpdir . --exclude-module readline
- name: upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4582399

Please sign in to comment.