Skip to content

Commit

Permalink
Add python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohansson committed Jan 5, 2024
1 parent 37ce1db commit 2c2dd86
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c2dd86

Please sign in to comment.