Skip to content

Commit

Permalink
Checkout git submodule in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jan 18, 2024
1 parent e9c3846 commit f832818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
os:
- ubuntu-22.04
- windows-2022
python-version: [ "3.10", "3.11" ]
python-version: ["3.10", "3.11"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Install Python and set up Poetry
uses: bakdata/ci-templates/actions/[email protected]
Expand Down

0 comments on commit f832818

Please sign in to comment.