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 authored and grondo committed Apr 30, 2024
1 parent 225b916 commit 7fea593
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 7fea593

Please sign in to comment.