Skip to content

Commit fde2527

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
3131
- name: Run Test
3232
run: |
33-
cd $GITHUB_WORKSPACE/python
33+
cd python
3434
tox -e py

0 commit comments

Comments
 (0)