Skip to content

Commit d032db1

Browse files
committed
chore(ci): Fix lost pydra checkout, missing uv installation
1 parent 49002ec commit d032db1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ jobs:
117117
run: |
118118
echo ${{ github.ref }}
119119
singularity --version
120+
- uses: actions/checkout@v4
121+
with:
122+
fetch-depth: 0
123+
- name: Install the latest version of uv
124+
uses: astral-sh/setup-uv@v5
120125
- name: Set up Python ${{ matrix.python-version }}
121126
uses: actions/setup-python@v5
122127
with:

0 commit comments

Comments
 (0)