Skip to content

Commit

Permalink
use py launcher to select correct python version for venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Yourself committed Jul 16, 2022
1 parent 8f8762f commit dccfc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Madmom.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Compile Include="setup.py" />
</ItemGroup>
<Target Name="BeforeBuild" Inputs="$(ProjectDir)\requirements.txt" Outputs="$(ProjectDir)\env\pyvenv.cfg">
<Exec Command="python -m venv env &amp; cd env &amp; Scripts\pip install -r ..\requirements.txt" />
<Exec Command="py -3.7 -m venv env &amp; cd env &amp; Scripts\pip install -r ..\requirements.txt" />
</Target>
<Target Name="CoreCompile" />
<Target Name="AfterBuild" Inputs="@(Compile)" Outputs="$(ProjectDir)\build\temp.win-amd64-3.7/Release/madmom/features/beats_crf.obj">
Expand Down

0 comments on commit dccfc63

Please sign in to comment.