Commit fde2527
committed
Remove unnecessary env variable
On Windows, the action is failing on line:
cd $GITHUB_WORKSPACE/python
The `$GITHUB_WORKSPACE` variable should be unnecessary here anyway.1 parent b82c637 commit fde2527
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
0 commit comments