Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fratajcz authored Sep 26, 2024
1 parent 7226f11 commit 47cb5e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
python-version: ["3.10"]

steps:
- uses: actions/checkout@v4
- name: check out repository with submodules
run: |
git clone --recurse-submodules -b latest --single-branch https://github.com/fratajcz/speos.git
cd speos
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 47cb5e1

Please sign in to comment.