Skip to content

Commit f91311e

Browse files
authored
GHA CI: Embed Current NumPy
1 parent a87a42b commit f91311e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
- name: Embed PyTorch
6262
run: |
6363
cd .\pkgs\py-amp
64-
.\python.exe -m pip uninstall torch torchvision torchaudio
65-
.\python.exe -m pip install numpy==1.19.3
64+
.\python.exe -m pip uninstall torch torchvision torchaudio numpy
65+
.\python.exe -m pip install numpy
6666
.\python.exe -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
6767
.\python.exe -m pip install opencv-python sk-video imageio
6868
- name: NuGet Restore

0 commit comments

Comments
 (0)