Skip to content

Commit b40227a

Browse files
committed
fix: always run install step regardless of cache hit
1 parent 0d42579 commit b40227a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
uv pip install -r requirements.txt -r requirements-dev.txt --system
5454
sudo apt-get install -y ruby ruby-dev build-essential
5555
sudo gem install asciidoctor
56-
if: steps.cache.outputs.cache-hit != 'true'
5756
5857
- name: Test with pytest
5958
env:

0 commit comments

Comments
 (0)