Skip to content

Commit

Permalink
remove cloud tag in pystats job
Browse files Browse the repository at this point in the history
  • Loading branch information
Melody Wang committed Oct 17, 2024
1 parent c13382c commit 2d8c92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_pystats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ on:
default: false
jobs:
collect-stats:
runs-on: [self-hosted, linux, cloud]
runs-on: [self-hosted, linux]
steps:
- name: Checkout benchmarking
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/faster-cpython/bench_runner@main
git+https://github.com/faster-cpython/bench_runner@v1.1.6#egg=bench_runner

0 comments on commit 2d8c92f

Please sign in to comment.