Skip to content

Commit

Permalink
possibly fixes this on GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Mar 23, 2024
1 parent f17a3c2 commit 6ff9b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_executable.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def test_stderr(tmp_path):
Tests the `stderr` attribute of the `Executable` class
"""

os.environ["PATH"] = "/usr/bin:/bin"

cmd = which("ls", required=True)

stdout_file = tmp_path / 'stdout'
Expand Down

0 comments on commit 6ff9b2f

Please sign in to comment.