File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
4141 miniforge-version : latest
4242#
4343 - name : Clone the devel branch (push to devel)
44- run : git clone --branch test https://github.com/${{ env.REPO }}
44+ run : git clone --branch Scattering-Farfield-CUDA https://github.com/${{ env.REPO }}
4545 if : github.event_name != 'pull_request'
4646#
4747 - name : Clone the feature branch (pull request to devel)
48- run : git clone --branch test https://github.com/${{ env.REPO }}
48+ run : git clone --branch Scattering-Farfield-CUDA https://github.com/${{ env.REPO }}
4949 if : github.event_name == 'pull_request'
5050#
5151 - name : Setup Conda
6363 env :
6464
6565 ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
66- if : github.event_name != 'pull_request'
66+ if : github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments