We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f003e58 commit 99fdab4Copy full SHA for 99fdab4
1 file changed
.github/workflows/test_julia.yml
@@ -61,6 +61,9 @@ jobs:
61
with:
62
version: ${{ matrix.julia-version }}
63
64
+ - name: Cache Julia
65
+ uses: julia-actions/cache@v2
66
+
67
- name: Setup OpenModelica
68
uses: OpenModelica/setup-openmodelica@v1
69
@@ -82,6 +85,7 @@ jobs:
82
85
uses: actions/setup-python@v5
83
86
84
87
python-version: ${{ matrix.python-version }}
88
+ cache: 'pip' # caching pip dependencies
89
90
- name: Install Python dependencies
91
shell: bash
0 commit comments