Skip to content

Commit

Permalink
python test: use env -S flux python to make more reliable
Browse files Browse the repository at this point in the history
problem: python test fails when the python path isn't set up right

solution: use the flux python command to fix it
  • Loading branch information
trws committed Apr 29, 2024
1 parent a4b8630 commit 9a54116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/python/t10001-resourcegraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env -S flux python

###############################################################
# Copyright 2023 Lawrence Livermore National Security, LLC
Expand Down

0 comments on commit 9a54116

Please sign in to comment.