Skip to content

Commit 1b92b33

Browse files
zhenzhongxugforsyth
authored andcommitted
fix(flink): add os to the cache key
1 parent 620bb2c commit 1b92b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ibis-backends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
- uses: syphar/restore-pip-download-cache@v1
320320
with:
321321
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 }}
323323

324324
- name: install poetry
325325
run: python -m pip install --upgrade pip 'poetry==1.7.0'

docs/support_matrix.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can also download data from the above tables in [CSV format](./backends/raw_
4545
The code used to generate the linked CSV file is below.
4646

4747
```{python}
48-
#| echo: true
48+
#| echo: false
4949
#| output: asis
5050
with open("../gen_matrix.py", mode="r") as f:
5151
print(f"```python\n{f.read()}\n```")

0 commit comments

Comments
 (0)