From 2c2dd86f54ba8db0d777835b712cf1350b01f9e6 Mon Sep 17 00:00:00 2001 From: August Johansson Date: Fri, 5 Jan 2024 09:42:13 +0100 Subject: [PATCH] Add python deps --- .github/workflows/ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7f62f8d..132feb74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,21 +22,14 @@ jobs: with: lfs: true - # # Checkout submodules - # - name: Checkout submodules - # uses: actions/checkout@v3 - # with: - # submodules: recursive + # Python dependencies + - name: Install Python dependencies + run: pip3 install referencing # Use the submodules' remote-tracking branches - name: Update submodules run: git submodule update --init --recursive --remote - # # LFS (should not be required to do this explicitly - # https://stackoverflow.com/questions/73421750/integrate-git-lfs-with-github-continuous-integration - # - name: Checkout LFS - # run: git lfs checkout - # Set up MATLAB on the GitHub Actions runner - name: Setup MATLAB uses: matlab-actions/setup-matlab@v1