We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac7da9 commit c4d00a8Copy full SHA for c4d00a8
.github/workflows/windows-arm.yml
@@ -24,11 +24,6 @@ jobs:
24
25
steps:
26
27
- - name: Test bash
28
- shell: bash -el {0}
29
- run: |
30
- ls
31
-
32
- uses: actions/checkout@v4.1.1
33
34
- name: Set up Python
@@ -96,8 +91,7 @@ jobs:
96
91
97
92
- name: Install Anaconda client
98
93
run: |
99
- Invoke-WebRequest https://www.7-zip.org/a/7z2409-arm64.exe -UseBasicParsing -OutFile 7z_arm.exe
100
- https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -Outfile rustup-init.exe
94
+ Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
101
95
.\rustup-init.exe -y
102
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
103
pip install anaconda-client
0 commit comments