We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ac19c commit 859d2fdCopy full SHA for 859d2fd
2 files changed
.github/workflows/build-wheel.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Setup proxy cache
46
uses: nv-gha-runners/setup-proxy-cache@main
47
continue-on-error: true
48
- # Skip the cache on Windows nodes outside of our org.
49
- if: ${{ inputs.host-platform != 'win-64' }}
+ with:
+ enable-apt: true
50
51
- name: Set up Python
52
id: setup-python1
.github/workflows/test-wheel-windows.yml
@@ -82,6 +82,8 @@ jobs:
82
83
84
85
86
87
88
- name: Update driver
89
run: |
0 commit comments