Skip to content

Commit b275927

Browse files
authored
Fix Thetis smoke tests (#4686)
1 parent 501e034 commit b275927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
matrix.arch == 'default'
335335
run: |
336336
. venv/bin/activate
337-
git clone --depth 1 https://github.com/thetisproject/thetis.git thetis-repo
337+
git clone --depth 1 https://github.com/thetisproject/thetis.git thetis-repo --branch ${{ inputs.target_branch }}
338338
pip install --verbose ./thetis-repo
339339
python -m pytest -n 8 --verbose thetis-repo/test_adjoint/test_swe_adjoint.py
340340
timeout-minutes: 10

0 commit comments

Comments
 (0)