Skip to content

Commit

Permalink
fix: update submodule before caching
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Jul 15, 2024
1 parent 64e413c commit 1628391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
python-version: '3.10'
submodules: true

- name: Initialize and update submodules
run: git submodule update --init --recursive

- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v3
Expand Down

0 comments on commit 1628391

Please sign in to comment.