Skip to content

Commit

Permalink
lowercase the "path" command
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
Yay295 and radarhere authored Sep 21, 2024
1 parent 91d19a2 commit 08925b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test_script:
- cd c:\pillow
- '%PYTHON%\%EXECUTABLE% -m pip install pytest pytest-cov pytest-timeout defusedxml ipython numpy olefile pyroma'
- c:\"Program Files (x86)"\"Windows Kits"\10\Debuggers\x86\gflags.exe /p /enable %PYTHON%\%EXECUTABLE%
- PATH %PYTHON%;%PATH%
- path %PYTHON%;%PATH%
- .ci\test.cmd

after_test:
Expand Down

0 comments on commit 08925b3

Please sign in to comment.