We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501e034 commit b275927Copy full SHA for b275927
.github/workflows/core.yml
@@ -334,7 +334,7 @@ jobs:
334
matrix.arch == 'default'
335
run: |
336
. venv/bin/activate
337
- git clone --depth 1 https://github.com/thetisproject/thetis.git thetis-repo
+ git clone --depth 1 https://github.com/thetisproject/thetis.git thetis-repo --branch ${{ inputs.target_branch }}
338
pip install --verbose ./thetis-repo
339
python -m pytest -n 8 --verbose thetis-repo/test_adjoint/test_swe_adjoint.py
340
timeout-minutes: 10
0 commit comments