From 4a8e25cf9ad6458385edba3d77ead4e5f74720cc Mon Sep 17 00:00:00 2001 From: avi Date: Fri, 6 Dec 2024 11:24:02 +1300 Subject: [PATCH] fix path to requirements --- .github/workflows/compas-compile-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compas-compile-ci.yml b/.github/workflows/compas-compile-ci.yml index 2459bbe91..6d30caa96 100644 --- a/.github/workflows/compas-compile-ci.yml +++ b/.github/workflows/compas-compile-ci.yml @@ -32,6 +32,7 @@ jobs: with: python-version: '3.9' cache: pip + cache-dependency-path: setup.py - name: Install TeXLive uses: teatimeguest/setup-texlive-action@v3 - name: Install dependencies on ubuntu