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 db11712 commit 1e15098Copy full SHA for 1e15098
.github/workflows/CI.yml
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
matrix:
55
# Run on codspeed for walltime and ubuntu for instrumenentation
56
- runner: [ codspeed-macro, ubuntu-latest ]
+ runner: [ ubuntu-latest ] # codspeed-macro, disable for now till we set up custom runner for more minutes
57
steps:
58
- uses: actions/checkout@v5
59
- name: Set up Python
0 commit comments