Skip to content

Commit

Permalink
Update build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Nov 10, 2023
1 parent 36c1ee6 commit 6fbc415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
RUSTFLAGS: "-Cprofile-generate=${{ github.workspace }}/profdata"
- name: Generate PGO data
run: |
pip install pytest pytest-asyncio httpx websockets
pip install .[test]
pip install granian --no-index --no-deps --find-links pgo_wheel --force-reinstall
PGO_RUN=y pytest tests
- name: merge PGO data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
RUSTFLAGS: "-Cprofile-generate=${{ github.workspace }}/profdata"
- name: Generate PGO data
run: |
pip install pytest pytest-asyncio httpx websockets
pip install .[test]
pip install granian --no-index --no-deps --find-links pgo_wheel --force-reinstall
PGO_RUN=y pytest tests
- name: merge PGO data
Expand Down

0 comments on commit 6fbc415

Please sign in to comment.