Skip to content

Commit

Permalink
add checkout to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Sep 6, 2024
1 parent 94217fe commit 3c5a780
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
Expand Down

0 comments on commit 3c5a780

Please sign in to comment.