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 525789b commit 0708f95Copy full SHA for 0708f95
1 file changed
.github/workflows/microbiorust-py_benchmarks.yml
@@ -13,6 +13,10 @@ permissions:
13
jobs:
14
benchmark:
15
runs-on: ubuntu-latest
16
+ env:
17
+ CODECARBON_OFFLINE: "True"
18
+ CODECARBON_COUNTRY_ISO_CODE: "USA"
19
+ CODECARBON_CONSTANT_CARBON_INTENSITY: 475
20
steps:
21
- name: Checkout source
22
uses: actions/checkout@v4
@@ -23,6 +27,7 @@ jobs:
23
27
uses: actions/setup-python@v5
24
28
with:
25
29
python-version: '3.12'
30
+ cache: 'pip'
26
31
32
- name: Set up Rust
33
uses: dtolnay/rust-toolchain@stable
0 commit comments