File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 9b3c202
2+ _commit : 99606c7
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : cpp
Original file line number Diff line number Diff line change 4646
4747 - name : Install dependencies
4848 run : |
49- call "C:\Program Files\ Microsoft Visual Studio\2022\Enterprise \VC\Auxiliary\Build\vcvars64.bat"
49+ for /f "usebackq tokens=*" %%i in (`vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do call "%%i \VC\Auxiliary\Build\vcvars64.bat"
5050 make develop
5151 shell : cmd
5252 if : matrix.os == 'windows-latest'
7676 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
7777
7878 - name : Upload coverage
79- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
79+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
8080 with :
8181 token : ${{ secrets.CODECOV_TOKEN }}
8282
@@ -106,12 +106,12 @@ jobs:
106106 - name : Make dist (Windows)
107107 run : |
108108 if exist dist rmdir /s /q dist
109- call "C:\Program Files\ Microsoft Visual Studio\2022\Enterprise \VC\Auxiliary\Build\vcvars64.bat"
109+ for /f "usebackq tokens=*" %%i in (`vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do call "%%i \VC\Auxiliary\Build\vcvars64.bat"
110110 make dist-py-wheel
111111 shell : cmd
112112 env :
113113 CIBW_BUILD : " ${{ matrix.cibuildwheel }}-win_amd64"
114- CIBW_BEFORE_ALL : call "C:\Program Files\ Microsoft Visual Studio\2022\Enterprise \VC\Auxiliary\Build\vcvars64.bat"
114+ CIBW_BEFORE_ALL : for /f "usebackq tokens=*" %i in (`vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do call "%i \VC\Auxiliary\Build\vcvars64.bat"
115115 if : matrix.os == 'windows-latest'
116116
117117 - uses : actions-ext/python/test-wheel@main
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ emsdk
147147.DS_Store
148148
149149# Hydra
150- outputs /
151- multirun /
150+ / outputs /
151+ / multirun /
152152
153153# AI
154154ROADMAP.md
You can’t perform that action at this time.
0 commit comments