Commit b9282cb
github: Don't assume GitHub workspace path on Windows
The "Test USD" job on Windows requires PATH and PYTHONPATH
to be updated to point to various USD build directories.
These were hard-coded to paths on the D:\ since that's
where we believed the workspace was located. However, we've
recently observed runs where the workspace was on C:\ instead,
causing tests to fail.
To avoid this issue, we now use the github.workspace variable
instead of assuming a specific workspace path.
(Internal change: 2368631)1 parent e80e8e1 commit b9282cb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
| 191 | + | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments