Skip to content

Commit e0344b4

Browse files
committed
ci: add test-reproducibility
1 parent 45c0471 commit e0344b4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci-test-reproducibility.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ jobs:
3636
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
3737
run: poetry install --no-interaction --no-ansi
3838

39-
- name: Cache Graphviz
40-
id: cache-graphviz
41-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42-
with:
43-
path: /usr/bin/dot
44-
key: graphviz-${{ runner.os }}
45-
46-
- name: Install Graphviz
47-
if: steps.cache-graphviz.outputs.cache-hit != 'true'
48-
run: sudo apt-get update && sudo apt-get install -y graphviz
39+
# - name: Cache Graphviz
40+
# id: cache-graphviz
41+
# uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42+
# with:
43+
# path: /usr/bin/dot
44+
# key: graphviz-${{ runner.os }}
45+
46+
# - name: Install Graphviz
47+
# if: steps.cache-graphviz.outputs.cache-hit != 'true'
48+
# run: sudo apt-get update && sudo apt-get install -y graphviz
4949

5050
- name: Delete existing problems
5151
run: rm -rf leetcode/*/

0 commit comments

Comments
 (0)