Skip to content

Commit

Permalink
fix(flink): add os to the cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenzhongxu authored and gforsyth committed Dec 6, 2023
1 parent 620bb2c commit 1b92b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ibis-backends.yml
Expand Up @@ -319,7 +319,7 @@ jobs:
- uses: syphar/restore-pip-download-cache@v1
with:
requirement_files: poetry.lock
custom_cache_key_element: ${{ steps.install_python.outputs.python-version }}
custom_cache_key_element: ${{ matrix.os }}-${{ steps.install_python.outputs.python-version }}

- name: install poetry
run: python -m pip install --upgrade pip 'poetry==1.7.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/support_matrix.qmd
Expand Up @@ -45,7 +45,7 @@ You can also download data from the above tables in [CSV format](./backends/raw_
The code used to generate the linked CSV file is below.

```{python}
#| echo: true
#| echo: false
#| output: asis
with open("../gen_matrix.py", mode="r") as f:
print(f"```python\n{f.read()}\n```")
Expand Down

0 comments on commit 1b92b33

Please sign in to comment.