mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Consistently use the same Python interpreter when running tests
This commit is contained in:
parent
77e6baf2b5
commit
085ade9ffc
93 changed files with 188 additions and 95 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import sys
|
||||
from subprocess import Popen, STDOUT, PIPE
|
||||
from optparse import OptionParser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue