File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
# - run: echo "${{steps.get-id.outputs.id}}"
106
106
107
107
- name : Setup Miniforge for python 3.12
108
- if : ${{ matrix.py-version }} == 312
108
+ if : ${{ matrix.py-version == 312 }}
109
109
uses : conda-incubator/setup-miniconda@v3
110
110
with :
111
111
miniforge-version : latest
@@ -114,7 +114,7 @@ jobs:
114
114
activate-environment : true
115
115
116
116
- name : Setup Miniforge for python 3.13
117
- if : ${{ matrix.py-version }} == 313
117
+ if : ${{ matrix.py-version == 313 }}
118
118
uses : conda-incubator/setup-miniconda@v3
119
119
with :
120
120
miniforge-version : latest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push]
4
4
5
5
jobs :
6
6
build-win :
7
- runs-on : windows-latest
7
+ runs-on : [ENRGK-PW11TEST1]
8
8
env :
9
9
build_file : python/.build/environment_win.yml
10
10
46
46
working-directory : ${{ github.workspace }}/source/MagTenseFortranCuda/cuda
47
47
run : |
48
48
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"
49
- nvcc -c MagTenseCudaBlas.cu -ccbin "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.42.34438\bin\Hostx64\x64" - o MagTenseCudaBlas.o
49
+ nvcc -c MagTenseCudaBlas.cu -o MagTenseCudaBlas.o
50
50
51
51
- name : Link Cuda wrapper in Developer PowerShell for VS 2022
52
52
shell : pwsh -NoExit -ExecutionPolicy ByPass -File {0}
You can’t perform that action at this time.
0 commit comments