File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ jobs:
319
319
- uses : syphar/restore-pip-download-cache@v1
320
320
with :
321
321
requirement_files : poetry.lock
322
- custom_cache_key_element : ${{ steps.install_python.outputs.python-version }}
322
+ custom_cache_key_element : ${{ matrix.os }}-${{ steps.install_python.outputs.python-version }}
323
323
324
324
- name : install poetry
325
325
run : python -m pip install --upgrade pip 'poetry==1.7.0'
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ You can also download data from the above tables in [CSV format](./backends/raw_
45
45
The code used to generate the linked CSV file is below.
46
46
47
47
``` {python}
48
- #| echo: true
48
+ #| echo: false
49
49
#| output: asis
50
50
with open("../gen_matrix.py", mode="r") as f:
51
51
print(f"```python\n{f.read()}\n```")
You can’t perform that action at this time.
0 commit comments